# HG changeset patch # User nenolod # Date 1170604025 28800 # Node ID 960acc94fcb7a1459d47826db336afbc943f2600 # Parent 119cca341280416adfd1ca46fc07aa3242883b36 [svn] - add "%U" to arguments of audacious.desktop.in::exec. Closes: bugs-meta #776, launchpad #83112 diff -r 119cca341280 -r 960acc94fcb7 ChangeLog --- a/ChangeLog Sat Feb 03 11:19:07 2007 -0800 +++ b/ChangeLog Sun Feb 04 07:47:05 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-03 19:19:07 +0000 William Pitcock + revision [3956] + - define __AUDACIOUS_INPUT_PLUGIN_API__ to 2 by request of shd + + trunk/src/audacious/plugin.h | 1 + + 1 file changed, 1 insertion(+) + + 2007-02-03 11:25:10 +0000 Strahinja Kustudi revision [3954] Updated Serbian translations. diff -r 119cca341280 -r 960acc94fcb7 src/audacious/audacious.desktop.in --- a/src/audacious/audacious.desktop.in Sat Feb 03 11:19:07 2007 -0800 +++ b/src/audacious/audacious.desktop.in Sun Feb 04 07:47:05 2007 -0800 @@ -3,7 +3,7 @@ GenericName=Audio Player Comment=Play music Comment[hu]=Zene lejátszása -Exec=audacious +Exec=audacious "%U" Icon=audacious MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/mpegurl;audio/prs.sid;audio/x-flac;audio/x-it;audio/x-mod;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-ms-wma;audio/x-musepack;audio/x-s3m;audio/x-scpls;audio/x-stm;audio/x-wav;audio/x-xm;application/ogg;audio/x-vorbis+ogg Categories=Application;GTK;AudioVideo;Player; diff -r 119cca341280 -r 960acc94fcb7 src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sat Feb 03 11:19:07 2007 -0800 +++ b/src/audacious/build_stamp.c Sun Feb 04 07:47:05 2007 -0800 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070203-3954"; +const gchar *svn_stamp = "20070203-3956";