[Xfce4-commits] <ristretto:master> Use the correct return-type for rstto_launch_help.

Stephan Arts noreply at xfce.org
Fri Nov 11 23:32:01 CET 2011


Updating branch refs/heads/master
         to 694b846b7502a398a4b2a61d5209925ae7eb0de8 (commit)
       from c3bb5cc57e77fcd46fd18d1d17a914d584e3edd8 (commit)

commit 694b846b7502a398a4b2a61d5209925ae7eb0de8
Author: Stephan Arts <stephan at xfce.org>
Date:   Fri Nov 11 23:27:43 2011 +0100

    Use the correct return-type for rstto_launch_help.
    
    - Fix bug introduced in commit
      c3bb5cc57e77fcd46fd18d1d17a914d584e3edd8

 src/util.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/util.c b/src/util.c
index 53e42fe..0428044 100644
--- a/src/util.c
+++ b/src/util.c
@@ -21,9 +21,9 @@
 #include <locale.h>
 #include <exo/exo.h>
 
-void rstto_launch_help (void);
+#include "util.h"
 
-void
+gboolean
 rstto_launch_help (void)
 {
     gchar *locale = NULL;
@@ -103,4 +103,6 @@ rstto_launch_help (void)
 
     g_free (docpath);
     g_free (cur_dir);
+
+    return TRUE;
 }


More information about the Xfce4-commits mailing list