[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 06/13: Use gtk-help to replace GTK_STOCK_HELP

noreply at xfce.org noreply at xfce.org
Sun Apr 30 20:29:10 CEST 2017


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

skunnyk pushed a commit to branch master
in repository panel-plugins/xfce4-sample-plugin.

commit d08136fffc376d6b0e68e24c983454b55652fa90
Author: Romain B <skunnyk at alteroot.org>
Date:   Sun May 22 00:02:39 2016 +0200

    Use gtk-help to replace GTK_STOCK_HELP
---
 panel-plugin/sample-dialogs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/sample-dialogs.c b/panel-plugin/sample-dialogs.c
index de46d1c..d3a9b6c 100644
--- a/panel-plugin/sample-dialogs.c
+++ b/panel-plugin/sample-dialogs.c
@@ -81,7 +81,7 @@ sample_configure (XfcePanelPlugin *plugin,
   dialog = xfce_titled_dialog_new_with_buttons (_("Sample Plugin"),
                                                 GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
                                                 GTK_DIALOG_DESTROY_WITH_PARENT,
-                                                "help-browser", GTK_RESPONSE_HELP,
+                                                "gtk-help", GTK_RESPONSE_HELP,
                                                 "gtk-close", GTK_RESPONSE_OK,
                                                 NULL);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list