[Xfce4-commits] [apps/xfce4-screenshooter] 03/05: Fixed help callback not working properly

noreply at xfce.org noreply at xfce.org
Mon May 5 17:15:25 CEST 2014


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

jeromeg pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit bbc5f465bbb3743bdc755b4add311281055c9158
Author: Steve Dodier-Lazaro <s.dodier-lazaro at cs.ucl.ac.uk>
Date:   Mon May 5 17:00:49 2014 +0200

    Fixed help callback not working properly
---
 lib/screenshooter-utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/screenshooter-utils.c b/lib/screenshooter-utils.c
index 4e64b47..6cdf2a6 100644
--- a/lib/screenshooter-utils.c
+++ b/lib/screenshooter-utils.c
@@ -344,7 +344,7 @@ gchar *screenshooter_get_date (gboolean strip_slashes)
 
 void screenshooter_open_help (GtkWindow *parent)
 {
-  xfce_dialog_show_help (parent, "screenshooter", NULL, NULL);
+  xfce_dialog_show_help (parent, "screenshooter", "start", "");
 }
 
 

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


More information about the Xfce4-commits mailing list