CVSROOT:        /cvs/gnome
Module name:    banshee
Changes by:     danw    05/08/31 11:50:16

Modified files:
        .              : ChangeLog 
        mediaengines/helix: HxPlayer.cs 
        plugincore     : IPlayerEngine.cs 
        src            : AboutBox.cs Core.cs PlayerInterface.cs 
                         PlaylistView.cs 

Log message:
* plugincore/IPlayerEngine.cs: fix a comment

* mediaengines/helix/HxPlayer.cs (HxPlayer): Use Marshal.SizeOf
rather than a hardcoded size.
(Dispose): Call GC.SuppressFinalize so
HxUnmanaged.ClientPlayerClose() doesn't get called twice if the
HxPlayer is explicitly disposed.

* src/AboutBox.cs: Make sure the timer always gets cleaned up
properly when the window closes.

* src/Core.cs (FindUserRealName): Use g_get_real_name() from glib

* src/PlayerInterface.cs (OnPlaylistViewMotionNotifyEvent): fix
again so column resizing/rearranging works again

* src/PlaylistView.cs: don't intercept OnColumnClicked. Let the
TreeView handle sorting itself. Also, Set a ColumnDragFunction to
prevent dragging the content columns before the "now playing"
column.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=banshee&who=danw&date=explicit&mindate=2005-08-31%2011:49&maxdate=2005-08-31%2011:51

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to