Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18647/src
Modified Files:
display.c display_playlists.c display_private.h
Log Message:
* src/display.c
src/display_playlists.c
src/display_private.h: renamed pm_add_all_playlists() to
pm_add_all_itdbs().
Index: display.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/display.c,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- display.c 24 Jun 2006 15:39:22 -0000 1.149
+++ display.c 19 Feb 2007 14:23:28 -0000 1.150
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-06-25 00:22:56 jcs>
+/* Time-stamp: <2007-02-19 23:22:35 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -135,7 +135,7 @@
pm_set_selected_playlist (cur_pl);
/* add playlists back to model (without selecting) */
- pm_add_all_playlists ();
+ pm_add_all_itdbs ();
}
Index: display_playlists.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/display_playlists.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- display_playlists.c 26 Nov 2006 08:40:31 -0000 1.94
+++ display_playlists.c 19 Feb 2007 14:23:28 -0000 1.95
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-11-26 17:39:43 jcs>
+/* Time-stamp: <2007-02-19 23:22:37 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -1486,7 +1486,7 @@
/* Helper function: add all playlists to playlist model */
-void pm_add_all_playlists (void)
+void pm_add_all_itdbs (void)
{
GList *gl_itdb;
struct itdbs_head *itdbs_head;
@@ -1564,7 +1564,7 @@
pm_set_selected_playlist (cur_pl);
/* add playlists back to model (without selecting) */
- pm_add_all_playlists ();
+ pm_add_all_itdbs ();
pm_selection_blocked = FALSE;
/* reset sort counter */
Index: display_private.h
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/display_private.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- display_private.h 19 Nov 2005 07:29:46 -0000 1.23
+++ display_private.h 19 Feb 2007 14:23:28 -0000 1.24
@@ -1,4 +1,4 @@
-/* Time-stamp: <2005-11-19 15:41:48 jcs>
+/* Time-stamp: <2007-02-19 23:22:36 jcs>
|
| Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
| Part of the gtkpod project.
@@ -67,7 +67,7 @@
void pm_create_treeview (void);
void pm_set_selected_playlist(Playlist *pl);
void pm_remove_all_playlists (gboolean clear_sort);
-void pm_add_all_playlists (void);
+void pm_add_all_itdbs (void);
void tm_create_treeview (void);
void tm_track_changed (Track *track);
void tm_remove_track (Track *track);
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2