[Xfce4-commits] <squeeze:stephan/new-ui> Enable help-contents menu-item

Stephan Arts noreply at xfce.org
Fri May 10 10:48:04 CEST 2013


Updating branch refs/heads/stephan/new-ui
         to 2ee061d66c7be951e6e379382e94334c795b8277 (commit)
       from 5583b402e97acadeb972030606d0b317d6a33140 (commit)

commit 2ee061d66c7be951e6e379382e94334c795b8277
Author: Stephan Arts <stephan at xfce.org>
Date:   Fri May 10 10:47:10 2013 +0200

    Enable help-contents menu-item

 src/main_window.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/main_window.c b/src/main_window.c
index 9a9fb25..25375b9 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -22,6 +22,7 @@
 #include <glib.h>
 #include <gtk/gtk.h>
 #include <gio/gio.h>
+#include <libxfce4ui/libxfce4ui.h>
 #include <libxfce4util/libxfce4util.h>
 #include <libsqueeze/libsqueeze.h>
 
@@ -350,7 +351,13 @@ cb_sq_main_window_contents (
         gpointer   user_data
     )
 {
-    return;
+    SQMainWindow *window = SQ_MAIN_WINDOW (user_data);
+
+    xfce_dialog_show_help (
+            GTK_WINDOW (window),
+            "squeeze",
+            "start",
+            "");
 }
 
 static void


More information about the Xfce4-commits mailing list