[Xfce4-commits] [apps/xfce4-screenshooter] 05/38: Drop gtk_dialog_set_has_separator

noreply at xfce.org noreply at xfce.org
Fri Apr 28 03:07:01 CEST 2017


This is an automated email from the git hooks/post-receive script.

andre pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit f940c7f9f58e46172e8d66cd8ed6588f2f96fd46
Author: Andre Miranda <andre42m at gmail.com>
Date:   Thu Feb 9 23:35:54 2017 -0300

    Drop gtk_dialog_set_has_separator
---
 lib/screenshooter-capture.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/screenshooter-capture.c b/lib/screenshooter-capture.c
index 25394a1..0bc5ad0 100644
--- a/lib/screenshooter-capture.c
+++ b/lib/screenshooter-capture.c
@@ -703,7 +703,6 @@ 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 |

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list