[banshee] [MoblinService] Register as a content window
- From: Aaron Bockover <abock src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [MoblinService] Register as a content window
- Date: Mon, 12 Oct 2009 14:52:04 +0000 (UTC)
commit 36c6eb3724e67ae01f1be6f0b9507e375b446623
Author: Aaron Bockover <abockover novell com>
Date: Mon Oct 12 10:40:10 2009 -0400
[MoblinService] Register as a content window
.../Banshee.Moblin/Banshee.Moblin/MoblinService.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.Moblin/Banshee.Moblin/MoblinService.cs b/src/Extensions/Banshee.Moblin/Banshee.Moblin/MoblinService.cs
index a8226bb..39f44bb 100644
--- a/src/Extensions/Banshee.Moblin/Banshee.Moblin/MoblinService.cs
+++ b/src/Extensions/Banshee.Moblin/Banshee.Moblin/MoblinService.cs
@@ -104,6 +104,9 @@ namespace Banshee.Moblin
window.WindowPosition = Gtk.WindowPosition.Center;
window.Add (new MediaPanelContents ());
window.ShowAll ();
+
+ elements_service.RegisterContentWindow (window);
+
media_panel_window = window;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]