[Xfce4-commits] [apps/xfce4-notifyd] 01/01: panel-plugin: Use new XfceTitledDialog api
noreply at xfce.org
noreply at xfce.org
Thu Jan 2 23:18:04 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 ec0e33de541c28eb260bea9f163e5b96557cac74
Author: Simon Steinbeiss <simon.steinbeiss at 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.
More information about the Xfce4-commits
mailing list