[Xfce4-commits] [apps/xfce4-notifyd] 01/01: panel-plugin: Fix configure dialog

noreply at xfce.org noreply at xfce.org
Thu Jan 2 23:39:02 CET 2020


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

o   c   h   o   s   i       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 apps/xfce4-notifyd.

commit 8bc2c9dd023a0b3c7202e7c6be21973abe84841d
Author: Simon Steinbeiss <simon.steinbeiss at 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.


More information about the Xfce4-commits mailing list