changeset 2659:e3f584bba3be trunk

[svn] - fixed c++ish declaration in a c file (part 6)
author giacomo
date Sat, 07 Apr 2007 05:29:39 -0700
parents 4b8db8c0521d
children 8d0b89db56e5
files ChangeLog src/audacious/build_stamp.c src/audacious/ui_playlist_manager.c
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Apr 07 05:25:22 2007 -0700
+++ b/ChangeLog	Sat Apr 07 05:29:39 2007 -0700
@@ -1,3 +1,10 @@
+2007-04-07 12:25:22 +0000  Giacomo Lozito <james@develia.org>
+  revision [4342]
+  - fixed c++ish declaration in a c file (part 5)
+  trunk/src/audacious/ui_fileopener.c |   16 +++++++++-------
+  1 file changed, 9 insertions(+), 7 deletions(-)
+
+
 2007-04-07 12:15:25 +0000  Giacomo Lozito <james@develia.org>
   revision [4340]
   - fixed c++ish declaration in a c file (part 4)
--- a/src/audacious/build_stamp.c	Sat Apr 07 05:25:22 2007 -0700
+++ b/src/audacious/build_stamp.c	Sat Apr 07 05:29:39 2007 -0700
@@ -1,2 +1,2 @@
 #include <glib.h>
-const gchar *svn_stamp = "20070407-4340";
+const gchar *svn_stamp = "20070407-4342";
--- a/src/audacious/ui_playlist_manager.c	Sat Apr 07 05:25:22 2007 -0700
+++ b/src/audacious/ui_playlist_manager.c	Sat Apr 07 05:29:39 2007 -0700
@@ -182,7 +182,7 @@
                                      gchar *new_text , gpointer lv )
 {
   /* this is currently used to change playlist names */
-  GtkTreeModel *store = gtk_tree_view_get_model( GTK_TREE_VIEW(lv) );;
+  GtkTreeModel *store = gtk_tree_view_get_model( GTK_TREE_VIEW(lv) );
   GtkTreeIter iter;
 
   if ( gtk_tree_model_get_iter_from_string( store , &iter , path_string ) == TRUE )