changeset 2657:dd5f6197e18f trunk

[svn] - fixed c++ish declaration in a c file (part 4)
author giacomo
date Sat, 07 Apr 2007 05:15:25 -0700
parents f6c8622ef240
children 4b8db8c0521d
files ChangeLog src/audacious/build_stamp.c src/audacious/ui_fileinfopopup.c
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Apr 07 05:08:36 2007 -0700
+++ b/ChangeLog	Sat Apr 07 05:15:25 2007 -0700
@@ -1,3 +1,10 @@
+2007-04-07 12:08:36 +0000  Giacomo Lozito <james@develia.org>
+  revision [4338]
+  - fixed c++ish declaration in a c file (part 3)
+  trunk/src/audacious/ui_fileinfopopup.c |   13 ++++++++-----
+  1 file changed, 8 insertions(+), 5 deletions(-)
+
+
 2007-04-07 11:56:27 +0000  Giacomo Lozito <james@develia.org>
   revision [4336]
   - fixed c++ish declaration in a c file (part 2)
--- a/src/audacious/build_stamp.c	Sat Apr 07 05:08:36 2007 -0700
+++ b/src/audacious/build_stamp.c	Sat Apr 07 05:15:25 2007 -0700
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070407-4336";
+const gchar *svn_stamp = "20070407-4338";
--- a/src/audacious/ui_fileinfopopup.c	Sat Apr 07 05:08:36 2007 -0700
+++ b/src/audacious/ui_fileinfopopup.c	Sat Apr 07 05:15:25 2007 -0700
@@ -335,10 +335,10 @@
     gint x, y, x_off = 3, y_off = 3, h, w;
     gchar *length_string, *year_string, *track_string;
     gchar *last_artwork;
+    const static gchar default_artwork[] = DATA_DIR "/images/audio.png";
 
     last_artwork =
         g_object_get_data(G_OBJECT(filepopup_win), "last_artwork");
-    const static gchar default_artwork[] = DATA_DIR "/images/audio.png";
 
     g_return_if_fail(tuple != NULL);