[banshee] MediaPanelService: Allow Banshee to quit when using the MediaPanel



commit f4695036bfa86cd57ead8d7e85b0c50bd817075e
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Oct 19 20:45:03 2013 +0200

    MediaPanelService: Allow Banshee to quit when using the MediaPanel

 .../Banshee.MediaPanel/MediaPanelService.cs        |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/Extensions/Banshee.MediaPanel/Banshee.MediaPanel/MediaPanelService.cs 
b/src/Extensions/Banshee.MediaPanel/Banshee.MediaPanel/MediaPanelService.cs
index 0734b47..b261f56 100644
--- a/src/Extensions/Banshee.MediaPanel/Banshee.MediaPanel/MediaPanelService.cs
+++ b/src/Extensions/Banshee.MediaPanel/Banshee.MediaPanel/MediaPanelService.cs
@@ -108,12 +108,6 @@ namespace Banshee.MediaPanel
                 elements_service.PrimaryWindow.Hide ();
                 return true;
             };
-
-            // Since the Panel is running, we don't actually ever want to quit!
-            Banshee.ServiceStack.Application.ShutdownRequested += () => {
-                elements_service.PrimaryWindow.Hide ();
-                return false;
-            };
         }
 
         public void PresentPrimaryInterface ()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]