[banshee/gtk3] ClassicTrackInfoDisplay: Remove obsolete Gdk.Window.Destroy workaround
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gtk3] ClassicTrackInfoDisplay: Remove obsolete Gdk.Window.Destroy workaround
- Date: Sat, 30 Jul 2011 14:56:39 +0000 (UTC)
commit 3acef7921421ab7a339d7876bd985b5ce0dc6f4b
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sat Jul 30 16:55:46 2011 +0200
ClassicTrackInfoDisplay: Remove obsolete Gdk.Window.Destroy workaround
.../Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs | 2 +-
src/Hyena | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs
index 6fa989d..5f7744d 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/ClassicTrackInfoDisplay.cs
@@ -107,7 +107,7 @@ namespace Banshee.Gui.Widgets
{
IsRealized = false;
event_window.UserData = IntPtr.Zero;
- Hyena.Gui.GtkWorkarounds.WindowDestroy (event_window);
+ event_window.Destroy ();
event_window = null;
base.OnUnrealized ();
diff --git a/src/Hyena b/src/Hyena
index 2794ee0..5e72d9c 160000
--- a/src/Hyena
+++ b/src/Hyena
@@ -1 +1 @@
-Subproject commit 2794ee094b286b980592cd45c9d820ec4dd574a0
+Subproject commit 5e72d9c36a81845d19ba9b4f2b99bc4dbcdce876
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]