extragear/multimedia/amarok
Leo Franchi
lfranchi at kde.org
Sun Dec 14 01:06:02 CET 2008
SVN commit 896640 by lfranchi:
this completes the growl interface addition.
NOTE: i'm pretty sure i #ifdef'ed everything for osx-only, but i can't test on a non-osx machine. be nice.
CCMAIL: amarok-devel at kde.org
M +2 -1 ChangeLog
M +1 -1 src/App.cpp
--- trunk/extragear/multimedia/amarok/ChangeLog #896639:896640
@@ -49,7 +49,8 @@
* Added an OK button for the script manager.
BUGFIXES:
- * Elide text when needed in the applet chooser. (BR 175064)
+ * Don't try to squeeze text into wrongly tiny space, make the track label
+ in the tag dialog work again. (BR 176399)
* Collection setup directory chooser would incorrectly set some paths as
disabled. Patch thanks to Ben Boeckel <MathStuf at gmail.com>. (BR 176569)
* Fix shadows around the cover in the current track applet (and potentially
--- trunk/extragear/multimedia/amarok/src/App.cpp #896639:896640
@@ -352,7 +352,7 @@
}
*/
- Amarok::config().writeEntry( "Debug Enabled", true /*args->isSet( "debug" )*/ );
+ Amarok::config().writeEntry( "Debug Enabled", args->isSet( "debug" ) );
static bool firstTime = true;
if( !firstTime && !haveArgs )
More information about the Amarok-devel
mailing list