[Xfce4-commits] <xfce4-screenshooter:master> Remove the blank line on the background in rectangle mode.
Jérôme Guelfucci
noreply at xfce.org
Tue Nov 24 18:52:01 CET 2009
Updating branch refs/heads/master
to 9bff10908048a323377f25ccfe052409bba98d86 (commit)
from ee9b000fe6a6cfbdbb39ee72f2966459d679b817 (commit)
commit 9bff10908048a323377f25ccfe052409bba98d86
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Tue Nov 24 18:50:44 2009 +0100
Remove the blank line on the background in rectangle mode.
As spotted by Mike Massonnet, this was simply the separator of the
fullscreen window...
lib/screenshooter-capture.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/screenshooter-capture.c b/lib/screenshooter-capture.c
index b7438ff..1902325 100644
--- a/lib/screenshooter-capture.c
+++ b/lib/screenshooter-capture.c
@@ -577,6 +577,7 @@ static GdkPixbuf
gtk_window_set_decorated (GTK_WINDOW (window), FALSE);
gtk_window_set_deletable (GTK_WINDOW (window), FALSE);
gtk_window_set_resizable (GTK_WINDOW (window), FALSE);
+ gtk_dialog_set_has_separator (GTK_DIALOG (window), FALSE);
gtk_widget_set_app_paintable (window, TRUE);
gtk_widget_add_events (window,
GDK_BUTTON_RELEASE_MASK | GDK_BUTTON_PRESS_MASK |
More information about the Xfce4-commits
mailing list