From e2999b06d3b63f588f9547efd6f767a4a64456c3 Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Sat, 8 Mar 2014 21:24:34 +0300 Subject: [PATCH] Fix xfce_dialog_show_help Commit d5467df1c64ff6cf6884cd7347a3c8c62c49b32e turned xfce_dialog_show_help into a no-op function. This patch changes it so that it will use xfce_dialog_show_help_with_version with NULL for the version. This will restore the previous functionality. --- libxfce4ui/xfce-dialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxfce4ui/xfce-dialogs.c b/libxfce4ui/xfce-dialogs.c index ca7a9b8..9c7502e 100644 --- a/libxfce4ui/xfce-dialogs.c +++ b/libxfce4ui/xfce-dialogs.c @@ -152,7 +152,7 @@ xfce_dialog_show_help (GtkWindow *parent, const gchar *page, const gchar *offset) { - + xfce_dialog_show_help_with_version (parent, component, page, offset, NULL); } -- 1.9.0