changeset 2481:40adfa8fbc11 trunk

[svn] Reverted rev 3958 - it breaks opening files with nautilus completely
author js
date Wed, 07 Feb 2007 07:49:45 -0800
parents bb2f191895ce
children 3c5243eb4afd
files ChangeLog src/audacious/audacious.desktop.in src/audacious/build_stamp.c
diffstat 3 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Feb 06 06:06:58 2007 -0800
+++ b/ChangeLog	Wed Feb 07 07:49:45 2007 -0800
@@ -1,3 +1,12 @@
+2007-02-06 14:06:58 +0000  Troels Bang Jensen <marvin@fnuck.dk>
+  revision [3970]
+  - fixed crash when skipping to next song with an empty playlist
+  
+  trunk/src/audacious/playlist.c |    5 ++---
+  trunk/src/audacious/ui_main.c  |    3 +--
+  2 files changed, 3 insertions(+), 5 deletions(-)
+
+
 2007-02-06 01:54:57 +0000  
   revision [3968]
   * Update Japanese translation.
--- a/src/audacious/audacious.desktop.in	Tue Feb 06 06:06:58 2007 -0800
+++ b/src/audacious/audacious.desktop.in	Wed Feb 07 07:49:45 2007 -0800
@@ -3,7 +3,7 @@
 GenericName=Audio Player
 Comment=Play music
 Comment[hu]=Zene lejátszása
-Exec=audacious "%U"
+Exec=audacious
 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;
--- a/src/audacious/build_stamp.c	Tue Feb 06 06:06:58 2007 -0800
+++ b/src/audacious/build_stamp.c	Wed Feb 07 07:49:45 2007 -0800
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070206-3968";
+const gchar *svn_stamp = "20070206-3970";