[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 03/08: Change close to save
noreply at xfce.org
noreply at xfce.org
Sat Apr 4 19:26:06 CEST 2020
This is an automated email from the git hooks/post-receive script.
T o Z p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-genmon-plugin.
commit 63350dd36b453b428c4dc8dfc2a135e6f11429c9
Author: ToZ <tony.paulic at 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.
More information about the Xfce4-commits
mailing list