banshee r3133 - in branches/banshee/stable: . src/Plugins/Banshee.Plugins.NotificationAreaIcon



Author: abock
Date: Fri Feb  1 20:40:11 2008
New Revision: 3133
URL: http://svn.gnome.org/viewvc/banshee?rev=3133&view=rev

Log:
2008-02-01  Aaron Bockover  <abock gnome org>

    * src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs:
    Use Visible instead of IsActive when hiding the main window; fixes the
    Alt+F4 problem, BNC #257350



Modified:
   branches/banshee/stable/ChangeLog
   branches/banshee/stable/src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs

Modified: branches/banshee/stable/src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs
==============================================================================
--- branches/banshee/stable/src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs	(original)
+++ branches/banshee/stable/src/Plugins/Banshee.Plugins.NotificationAreaIcon/NotificationAreaIconPlugin.cs	Fri Feb  1 20:40:11 2008
@@ -241,7 +241,7 @@
 
         private void ShowHideMainWindow()
         {
-            if (InterfaceElements.MainWindow.IsActive) {
+            if (InterfaceElements.MainWindow.Visible) {
                 SaveWindowSizePosition();
                 InterfaceElements.MainWindow.Visible = false;
             } else {



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