[gnome-settings-daemon/rhel-6.9: 4/25] osd-spam.patch



commit b529b3aba795e23e9fa274bfc929bef200fec095
Author: Ray Strode <rstrode redhat com>
Date:   Mon Nov 7 13:11:37 2016 -0500

    osd-spam.patch

 plugins/media-keys/gsd-media-keys-window.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plugins/media-keys/gsd-media-keys-window.c b/plugins/media-keys/gsd-media-keys-window.c
index ec69598..e2f7f17 100644
--- a/plugins/media-keys/gsd-media-keys-window.c
+++ b/plugins/media-keys/gsd-media-keys-window.c
@@ -134,6 +134,9 @@ add_hide_timeout (GsdMediaKeysWindow *window)
 static void
 update_window (GsdMediaKeysWindow *window)
 {
+        if (!gtk_widget_is_drawable (GTK_WIDGET (window)))
+                return;
+
         remove_hide_timeout (window);
         add_hide_timeout (window);
 


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