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 ec0e33de541c28eb260bea9f163e5b96557cac74
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Thu Jan 2 23:16:09 2020 +0100

    panel-plugin: Use new XfceTitledDialog api
---
 panel-plugin/notification-plugin-dialogs.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/panel-plugin/notification-plugin-dialogs.c 
b/panel-plugin/notification-plugin-dialogs.c
index 5d72657..f6c8d74 100644
--- a/panel-plugin/notification-plugin-dialogs.c
+++ b/panel-plugin/notification-plugin-dialogs.c
@@ -74,12 +74,12 @@ notification_plugin_configure (XfcePanelPlugin      *plugin,
   xfce_panel_plugin_block_menu (plugin);
 
   /* create the dialog */
-  dialog = xfce_titled_dialog_new_with_buttons (_("Notification Plugin 
Settings"),
-                                                GTK_WINDOW 
(gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
-                                                GTK_DIALOG_DESTROY_WITH_PARENT,
-                                                "gtk-help", GTK_RESPONSE_HELP,
-                                                "gtk-close", GTK_RESPONSE_OK,
-                                                NULL);
+  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"),
+                                                      NULL);
   gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER);
   gtk_window_set_icon_name (GTK_WINDOW (dialog), ICON_NAME);
   gtk_widget_show (dialog);

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