Update of /cvsroot/gtkpod/gtkpod
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv558

Modified Files:
        ChangeLog_detailed 
Log Message:
2007-02-23 P.G. Richardson <phantom_sf at users.sourceforge.net>

        * display_coverart.c
                - Avoided null pointer exceptions by testing cdwidget first in 
coverart_block_change()
                - Ensured the pande0 button release event only initiaties if a 
width change has truly occurred
                  ie. gtk_paned_get_position() != WIDTH

        * display_playlists.c
                - Blocked other coverart related changes while a 
pm_playlist_change_cb is being enacted.
                - Blocking is lifted prior to the call to coverart_set_images
                - pm_playlist_change_cb() will occur on deletion of a playlist. 
In this case the deleted playlist
                  will be nullified. In this case, clear any coverart images 
rather than setting them (none to set)

        * file_itunesdb.c
                - data_changed function called whenever track details are 
changed. Added a resettting of the coverart
                  to this function so all tracks in coverart display are synced 
with database data

Index: ChangeLog_detailed
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/ChangeLog_detailed,v
retrieving revision 1.387
retrieving revision 1.388
diff -u -d -r1.387 -r1.388
--- ChangeLog_detailed  22 Feb 2007 15:05:49 -0000      1.387
+++ ChangeLog_detailed  22 Feb 2007 23:50:45 -0000      1.388
@@ -1,3 +1,20 @@
+2007-02-23 P.G. Richardson <phantom_sf at users.sourceforge.net>
+
+       * display_coverart.c
+               - Avoided null pointer exceptions by testing cdwidget first in 
coverart_block_change()
+               - Ensured the pande0 button release event only initiaties if a 
width change has truly occurred
+                 ie. gtk_paned_get_position() != WIDTH
+
+       * display_playlists.c
+               - Blocked other coverart related changes while a 
pm_playlist_change_cb is being enacted.
+               - Blocking is lifted prior to the call to coverart_set_images
+               - pm_playlist_change_cb() will occur on deletion of a playlist. 
In this case the deleted playlist
+                 will be nullified. In this case, clear any coverart images 
rather than setting them (none to set)
+
+       * file_itunesdb.c
+               - data_changed function called whenever track details are 
changed. Added a resettting of the coverart
+                 to this function so all tracks in coverart display are synced 
with database data
+
 2007-02-22 Jorg Schuler <jcsjcs at users.sourceforge.net>
 
        * main.c, display_coverart.c: fixed possible access to


-------------------------------------------------------------------------
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

Reply via email to