[Xfce4-commits] [apps/xfce4-dict] 17/43: Drop GTK_DIALOG_NO_SEPARATOR
noreply at xfce.org
noreply at xfce.org
Tue Nov 1 00:31:30 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 38d955c90d2384f4cc19a7af89bbc235823a16ca
Author: Andre Miranda <andre42m at gmail.com>
Date: Wed Jul 20 23:06:19 2016 -0300
Drop GTK_DIALOG_NO_SEPARATOR
---
lib/prefs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/prefs.c b/lib/prefs.c
index 6f2bfeb..d7f0815 100644
--- a/lib/prefs.c
+++ b/lib/prefs.c
@@ -264,7 +264,7 @@ GtkWidget *dict_prefs_dialog_show(GtkWidget *parent, DictData *dd)
dialog = xfce_titled_dialog_new_with_buttons(
_("Dictionary"), GTK_WINDOW(parent),
- GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR,
+ GTK_DIALOG_DESTROY_WITH_PARENT,
"gtk-close", GTK_RESPONSE_OK,
NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list