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

ToZ pushed a commit 
to branch master
in repository panel-plugins/xfce4-genmon-plugin.

commit 63350dd36b453b428c4dc8dfc2a135e6f11429c9
Author: ToZ <tony.pau...@gmail.com>
Date:   Sat Apr 4 13:19:58 2020 -0400

    Change close to save
---
 panel-plugin/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 2077c09..160558a 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -857,7 +857,7 @@ static void genmon_create_options (XfcePanelPlugin *plugin,
     dlg = xfce_titled_dialog_new_with_buttons (_("Generic Monitor"),
         GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
         GTK_DIALOG_DESTROY_WITH_PARENT,
-        "gtk-close", GTK_RESPONSE_OK,
+        "gtk-save", GTK_RESPONSE_OK,
         NULL);
 
     gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to