[Xfce4-commits] [apps/gigolo] 09/35: has-separator property was removed from the API

noreply at xfce.org noreply at xfce.org
Mon Oct 31 18:18:43 CET 2016


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

landry pushed a commit to branch master
in repository apps/gigolo.

commit 0051c20f506e3fff91f95049aa0aa4b1232398ab
Author: Landry Breuil <landry at xfce.org>
Date:   Fri Jun 17 22:47:38 2016 +0200

    has-separator property was removed from the API
---
 src/mountdialog.c       | 1 -
 src/preferencesdialog.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/mountdialog.c b/src/mountdialog.c
index 250f428..fb59d14 100644
--- a/src/mountdialog.c
+++ b/src/mountdialog.c
@@ -95,7 +95,6 @@ static void gigolo_mount_dialog_init(GigoloMountDialog *self)
 
 	priv->timer_id = (guint) -1;
 
-	gtk_dialog_set_has_separator(GTK_DIALOG(self), FALSE);
 	gtk_window_set_destroy_with_parent(GTK_WINDOW(self), TRUE);
 	gtk_window_set_default_size(GTK_WINDOW(self), 200, -1);
 	gtk_window_set_title(GTK_WINDOW(self), _("Connecting"));
diff --git a/src/preferencesdialog.c b/src/preferencesdialog.c
index 46ff20c..5c8dc89 100644
--- a/src/preferencesdialog.c
+++ b/src/preferencesdialog.c
@@ -504,7 +504,6 @@ static void gigolo_preferences_dialog_init(GigoloPreferencesDialog *dialog)
     g_object_set(dialog,
 		"icon-name", GTK_STOCK_PREFERENCES,
 		"title", _("Preferences"),
-		"has-separator", FALSE,
 		NULL);
 	gtk_dialog_add_buttons(GTK_DIALOG(dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL);
 }

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


More information about the Xfce4-commits mailing list