[Xfce4-commits] [xfce/exo] 04/21: Get rid of GtkDialog:has-separator
noreply at xfce.org
noreply at xfce.org
Tue Jul 12 04:07:56 CEST 2016
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository xfce/exo.
commit 325fbc0145a27d2dedf3627e0e6eba6e4b3cb306
Author: Jonas Kümmerlin <rgcjonas at gmail.com>
Date: Thu Aug 6 10:48:33 2015 +0200
Get rid of GtkDialog:has-separator
---
exo-helper/exo-helper-chooser-dialog.c | 1 -
exo-helper/exo-helper-launcher-dialog.c | 1 -
exo/exo-icon-chooser-dialog.c | 1 -
exo/exo-toolbars-editor-dialog.c | 1 -
4 files changed, 4 deletions(-)
diff --git a/exo-helper/exo-helper-chooser-dialog.c b/exo-helper/exo-helper-chooser-dialog.c
index 0dbc723..8b10e65 100644
--- a/exo-helper/exo-helper-chooser-dialog.c
+++ b/exo-helper/exo-helper-chooser-dialog.c
@@ -97,7 +97,6 @@ exo_helper_chooser_dialog_init (ExoHelperChooserDialog *chooser_dialog)
g_assert (EXO_HELPER_N_CATEGORIES == 4);
gtk_dialog_add_button (GTK_DIALOG (chooser_dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE);
- gtk_dialog_set_has_separator (GTK_DIALOG (chooser_dialog), FALSE);
gtk_window_set_icon_name (GTK_WINDOW (chooser_dialog), "preferences-desktop-default-applications");
gtk_window_set_title (GTK_WINDOW (chooser_dialog), _("Preferred Applications"));
xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (chooser_dialog), _("Select default applications for various services"));
diff --git a/exo-helper/exo-helper-launcher-dialog.c b/exo-helper/exo-helper-launcher-dialog.c
index e84ff44..4d0ac93 100644
--- a/exo-helper/exo-helper-launcher-dialog.c
+++ b/exo-helper/exo-helper-launcher-dialog.c
@@ -108,7 +108,6 @@ exo_helper_launcher_dialog_init (ExoHelperLauncherDialog *launcher_dialog)
gtk_dialog_add_button (GTK_DIALOG (launcher_dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
gtk_dialog_add_button (GTK_DIALOG (launcher_dialog), GTK_STOCK_OK, GTK_RESPONSE_OK);
gtk_dialog_set_default_response (GTK_DIALOG (launcher_dialog), GTK_RESPONSE_OK);
- gtk_dialog_set_has_separator (GTK_DIALOG (launcher_dialog), FALSE);
gtk_window_set_resizable (GTK_WINDOW (launcher_dialog), FALSE);
gtk_window_set_title (GTK_WINDOW (launcher_dialog), _("Choose Preferred Application"));
diff --git a/exo/exo-icon-chooser-dialog.c b/exo/exo-icon-chooser-dialog.c
index 8cbb417..49dd76f 100644
--- a/exo/exo-icon-chooser-dialog.c
+++ b/exo/exo-icon-chooser-dialog.c
@@ -606,7 +606,6 @@ exo_icon_chooser_dialog_new (const gchar *title,
g_return_val_if_fail (parent == NULL || GTK_IS_WINDOW (parent), NULL);
dialog = g_object_new (EXO_TYPE_ICON_CHOOSER_DIALOG,
- "has-separator", FALSE,
"title", title,
NULL);
diff --git a/exo/exo-toolbars-editor-dialog.c b/exo/exo-toolbars-editor-dialog.c
index f4bc6fb..9fb7db2 100644
--- a/exo/exo-toolbars-editor-dialog.c
+++ b/exo/exo-toolbars-editor-dialog.c
@@ -90,7 +90,6 @@ exo_toolbars_editor_dialog_init (ExoToolbarsEditorDialog *dialog)
dialog->priv = EXO_TOOLBARS_EDITOR_DIALOG_GET_PRIVATE (dialog);
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
gtk_window_set_default_size (GTK_WINDOW (dialog), -1, 300);
dialog->priv->editor = g_object_new (EXO_TYPE_TOOLBARS_EDITOR, NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list