[banshee] Fixed notification area popup flashing (bgo#587703)



commit b83f0b1e9095ef494cf7f96f9a89aeff601366c6
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Wed Jul 8 21:14:35 2009 +0400

    Fixed notification area popup flashing (bgo#587703)

 .../X11NotificationAreaBox.cs                      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationAreaBox.cs b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationAreaBox.cs
index 71b89d5..e51c28a 100644
--- a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationAreaBox.cs
+++ b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/X11NotificationAreaBox.cs
@@ -331,10 +331,10 @@ namespace Banshee.NotificationArea
             // Give the user half a second to move the mouse cursor to the popup.
             if (!hide_delay_started) {
                 hide_delay_started = true;
+                cursor_over_trayicon = false;
                 GLib.Timeout.Add (500, delegate {
                     if (hide_delay_started) {
                         hide_delay_started = false;
-                        cursor_over_trayicon = false;
                         HidePopup ();
                     }
                     return false;



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