Author: post
Date: 2010-10-27 20:12:27 +0200 (Wed, 27 Oct 2010)
New Revision: 3591

Modified:
   trunk/src/rs-loupe.c
Log:
Set loupe as proper popup-window to avoid full-screen mode adding menu bars.

Modified: trunk/src/rs-loupe.c
===================================================================
--- trunk/src/rs-loupe.c        2010-10-27 16:55:41 UTC (rev 3590)
+++ trunk/src/rs-loupe.c        2010-10-27 18:12:27 UTC (rev 3591)
@@ -64,7 +64,7 @@
                "accept-focus", TRUE,
                "decorated", FALSE,
                "deletable", FALSE,
-               "focus-on-map", TRUE,
+               "focus-on-map", FALSE,
                "skip-pager-hint", TRUE,
                "skip-taskbar-hint", TRUE,
                NULL);
@@ -82,7 +82,7 @@
 RSLoupe *
 rs_loupe_new(void)
 {
-       return g_object_new(RS_TYPE_LOUPE, NULL);
+       return g_object_new(RS_TYPE_LOUPE, "type", GTK_WINDOW_POPUP, NULL);
 }
 
 /**


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to