Author: rburton Date: Tue Jan 29 10:33:47 2008 New Revision: 2009 URL: http://svn.gnome.org/viewvc/sound-juicer?rev=2009&view=rev
Log: Fix stray control character Modified: trunk/src/sj-main.c Modified: trunk/src/sj-main.c ============================================================================== --- trunk/src/sj-main.c (original) +++ trunk/src/sj-main.c Tue Jan 29 10:33:47 2008 @@ -309,7 +309,7 @@ gtk_widget_set_sensitive (deselect_all_menuitem, FALSE); gtk_widget_set_sensitive (select_all_menuitem,TRUE); no_of_tracks_selected = 0; -} +} /** * GtkTreeView cell renderer callback to render durations _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.
