banshee r4233 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.Widgets
- From: blorentz svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4233 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.Widgets
- Date: Sun, 20 Jul 2008 21:57:48 +0000 (UTC)
Author: blorentz
Date: Sun Jul 20 21:57:47 2008
New Revision: 4233
URL: http://svn.gnome.org/viewvc/banshee?rev=4233&view=rev
Log:
2008-07-20 Bertrand Lorentz <bertrand lorentz gmail com>
* src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs:
Add constructors to prevent seemingly random crashes (BGO #540728).
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs
Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs (original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs Sun Jul 20 21:57:47 2008
@@ -46,6 +46,14 @@
private bool in_popup;
private bool in_thumbnail_region;
+ public ClassicTrackInfoDisplay () : base ()
+ {
+ }
+
+ protected ClassicTrackInfoDisplay (IntPtr native) : base (native)
+ {
+ }
+
public override void Dispose ()
{
base.Dispose ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]