[Xfce4-commits] [apps/xfce4-dict] 14/43: Drop gtk_dialog_set_has_separator
noreply at xfce.org
noreply at xfce.org
Tue Nov 1 00:31:27 CET 2016
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository apps/xfce4-dict.
commit b7add77d0596c47bc59a043a1a4d757f70d5e15b
Author: Andre Miranda <andre42m at gmail.com>
Date: Wed Jul 20 22:57:26 2016 -0300
Drop gtk_dialog_set_has_separator
---
lib/speedreader.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/speedreader.c b/lib/speedreader.c
index 9c3bd61..025845d 100644
--- a/lib/speedreader.c
+++ b/lib/speedreader.c
@@ -580,7 +580,6 @@ static void xfd_speed_reader_init(XfdSpeedReader *dialog)
gtk_window_set_destroy_with_parent(GTK_WINDOW(dialog), TRUE);
gtk_window_set_default_size(GTK_WINDOW(dialog), 400, 330);
gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_CLOSE);
- gtk_dialog_set_has_separator(GTK_DIALOG(dialog), FALSE);
gtk_widget_set_name(GTK_WIDGET(dialog), "Xfce4Dict");
/* First page */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list