[Xfce4-commits] [panel-plugins/xfce4-diskperf-plugin] 13/16: GTK_DIALOG_NO_SEPARATOR was removed, and use "gtk-close" instead of GTK_STOCK_CLOSE
noreply at xfce.org
noreply at xfce.org
Thu Apr 28 18:10:13 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-diskperf-plugin.
commit 818b6c3bdc56258f7128fc1850eb861530af74c0
Author: Landry Breuil <landry at xfce.org>
Date: Thu Apr 28 18:06:45 2016 +0200
GTK_DIALOG_NO_SEPARATOR was removed, and use "gtk-close" instead of GTK_STOCK_CLOSE
---
panel-plugin/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 5fd73ec..91c5009 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -947,8 +947,8 @@ static void diskperf_create_options (XfcePanelPlugin *plugin,
dlg = xfce_titled_dialog_new_with_buttons (_("Disk Performance Monitor"),
GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
- GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR,
- GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ "gtk-close", GTK_RESPONSE_OK,
NULL);
g_signal_connect (G_OBJECT (dlg), "response",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list