[gnome-flashback] revert "desktop-background: use GTK_WINDOW_POPUP as window type"



commit ee405cbbdab7210a28df517f62c6f9c4b1b04484
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Thu Sep 17 20:32:45 2015 +0300

    revert "desktop-background: use GTK_WINDOW_POPUP as window type"
    
    This reverts commit b13e8a930fa5e7e5813f8686a92fbab57f106ecc.

 .../libdesktop-background/gf-desktop-window.c      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-flashback/libdesktop-background/gf-desktop-window.c 
b/gnome-flashback/libdesktop-background/gf-desktop-window.c
index f945573..e952783 100644
--- a/gnome-flashback/libdesktop-background/gf-desktop-window.c
+++ b/gnome-flashback/libdesktop-background/gf-desktop-window.c
@@ -95,7 +95,7 @@ gf_desktop_window_new (void)
                          "resizable", FALSE,
                          "skip-pager-hint", TRUE,
                          "skip-taskbar-hint", TRUE,
-                         "type", GTK_WINDOW_POPUP,
+                         "type", GTK_WINDOW_TOPLEVEL,
                          "type-hint", GDK_WINDOW_TYPE_HINT_DESKTOP,
                          NULL);
 


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