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

ochosi pushed a 
commit to branch 
master
in repository apps/xfce4-notifyd.

commit 8bc2c9dd023a0b3c7202e7c6be21973abe84841d
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Thu Jan 2 23:38:42 2020 +0100

    panel-plugin: Fix configure dialog
---
 panel-plugin/notification-plugin-dialogs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/notification-plugin-dialogs.c 
b/panel-plugin/notification-plugin-dialogs.c
index f6c8d74..031d577 100644
--- a/panel-plugin/notification-plugin-dialogs.c
+++ b/panel-plugin/notification-plugin-dialogs.c
@@ -77,8 +77,8 @@ notification_plugin_configure (XfcePanelPlugin      *plugin,
   dialog = xfce_titled_dialog_new_with_mixed_buttons (_("Notification Plugin 
Settings"),
                                                       GTK_WINDOW 
(gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
                                                       
GTK_DIALOG_DESTROY_WITH_PARENT,
-                                                      "help-browser", 
_("_Help"),
-                                                      "window-close", 
_("_Close"),
+                                                      "help-browser", 
_("_Help"), GTK_RESPONSE_HELP,
+                                                      "window-close-symbolic", 
_("_Close"), GTK_RESPONSE_OK,
                                                       NULL);
   gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER);
   gtk_window_set_icon_name (GTK_WINDOW (dialog), ICON_NAME);

-- 
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