Default to enabling use of media keys under GNOME/Unity.

This commit is contained in:
craig.p.drummond
2013-07-10 18:34:42 +00:00
committed by craig.p.drummond
parent 17df2eb103
commit ed00b5743b
2 changed files with 2 additions and 1 deletions

View File

@@ -111,6 +111,7 @@
70. If stream is not a audiocd stream, and the total time is known, then enable
the position slider.
71. Allow seeking in cantata HTTP streams.
72. Default to enabling use of media keys under GNOME/Unity.
1.0.3
-----

View File

@@ -496,7 +496,7 @@ QStringList Settings::hiddenPages()
bool Settings::gnomeMediaKeys()
{
return GET_BOOL("gnomeMediaKeys", false);
return GET_BOOL("gnomeMediaKeys", true);
}
#ifdef ENABLE_DEVICES_SUPPORT