[Xfce4-commits] [xfce/libxfce4ui] 01/01: Fix xfce_dialog_show_help

noreply at xfce.org noreply at xfce.org
Sat Mar 15 21:17:37 CET 2014


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

nick pushed a commit to branch master
in repository xfce/libxfce4ui.

commit 686267e52e340f9160f050abb6949b2b7a469c7c
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sat Mar 8 21:24:34 2014 +0300

    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);
 }
 
 

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


More information about the Xfce4-commits mailing list