[Xfce4-commits] [apps/xfce4-screensaver] 189/425: Remove useless call to gtk_dialog_set_has_separator

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:50:36 CEST 2018


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

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-screensaver.

commit d69d9dd6a7fabb18ac207c348cac5e2475380c21
Author: infirit <infirit at gmail.com>
Date:   Thu Jul 9 13:03:15 2015 +0200

    Remove useless call to gtk_dialog_set_has_separator
    
    The default is already FALSE
---
 src/copy-theme-dialog.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/copy-theme-dialog.c b/src/copy-theme-dialog.c
index b594966..3656903 100644
--- a/src/copy-theme-dialog.c
+++ b/src/copy-theme-dialog.c
@@ -255,9 +255,6 @@ copy_theme_dialog_init (CopyThemeDialog *dlg)
 
 	gtk_window_set_title (GTK_WINDOW (dlg),
 	                      _("Copying themes"));
-#if !GTK_CHECK_VERSION (3, 0, 0)
-	gtk_dialog_set_has_separator (GTK_DIALOG (dlg), FALSE);
-#endif
 	gtk_container_set_border_width (GTK_CONTAINER (dlg), 6);
 
 	gtk_widget_show_all (dialog_vbox);

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


More information about the Xfce4-commits mailing list