This is an automated email from the git hooks/post-receive script. landry pushed a commit to branch master in repository panel-plugins/xfce4-genmon-plugin.
commit aa0dd5371a8892d7076db2d4e5a6aa9050ba807d Author: ToZ <[email protected]> Date: Sat May 14 11:03:26 2016 -0400 Remove GTK_DIALOG_NO_SEPARATOR usage, use 'gtk-close' --- panel-plugin/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/panel-plugin/main.c b/panel-plugin/main.c index a819cb9..c9f6833 100644 --- a/panel-plugin/main.c +++ b/panel-plugin/main.c @@ -636,9 +636,8 @@ static void genmon_create_options (XfcePanelPlugin *plugin, dlg = xfce_titled_dialog_new_with_buttons (_("Configuration"), 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 (dlg, "response", G_CALLBACK (genmon_dialog_response), -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
