[Xfce4-commits] [panel-plugins/xfce4-eyes-plugin] 05/16: GTK_DIALOG_NO_SEPARATOR was removed, and replace GTK_STOCK_CLOSE by 'gtk-close'

noreply at xfce.org noreply at xfce.org
Sun Jun 5 17:47:35 CEST 2016


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

andre pushed a commit to branch master
in repository panel-plugins/xfce4-eyes-plugin.

commit fbcde2ac434e50200b86343eca8b3d3f180b6b01
Author: Andre Miranda <andre42m at gmail.com>
Date:   Thu May 26 00:11:05 2016 -0300

    GTK_DIALOG_NO_SEPARATOR was removed, and replace GTK_STOCK_CLOSE by 'gtk-close'
---
 panel-plugin/eyes.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/eyes.c b/panel-plugin/eyes.c
index e5ca268..1c69b05 100644
--- a/panel-plugin/eyes.c
+++ b/panel-plugin/eyes.c
@@ -330,8 +330,8 @@ eyes_properties_dialog (XfcePanelPlugin *plugin,
 
 	dlg = xfce_titled_dialog_new_with_buttons (_("Eyes"),
                                                   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);
 
     gtk_window_set_position   (GTK_WINDOW (dlg), GTK_WIN_POS_CENTER);

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


More information about the Xfce4-commits mailing list