rhythmbox r5740 - in trunk: . plugins/ipod



Author: teuf
Date: Wed Jun 11 21:48:41 2008
New Revision: 5740
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5740&view=rev

Log:
* plugins/ipod/rb-ipod-source.c: add the 'first added' column to the
ipod view, fixes bug #512476


Modified:
   trunk/ChangeLog
   trunk/plugins/ipod/rb-ipod-source.c

Modified: trunk/plugins/ipod/rb-ipod-source.c
==============================================================================
--- trunk/plugins/ipod/rb-ipod-source.c	(original)
+++ trunk/plugins/ipod/rb-ipod-source.c	Wed Jun 11 21:48:41 2008
@@ -209,6 +209,7 @@
 	songs = rb_source_get_entry_view (RB_SOURCE (source));
 	rb_entry_view_append_column (songs, RB_ENTRY_VIEW_COL_RATING, FALSE);
 	rb_entry_view_append_column (songs, RB_ENTRY_VIEW_COL_LAST_PLAYED, FALSE);
+        rb_entry_view_append_column (songs, RB_ENTRY_VIEW_COL_FIRST_SEEN, FALSE);
 
 	rb_ipod_load_songs (source);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]