summaryrefslogtreecommitdiff
path: root/accessx-status
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2009-01-14 07:55:11 +0000
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2009-01-14 07:55:11 +0000
commita704b40d643ff1e6623d46ec695d3457d9681916 (patch)
treed431f054d5627643860d4c6c050ac0b608c26cec /accessx-status
parentb3258294da14dd3c3bbb36367cd418ab95423ee5 (diff)
Drop gnome_help from accessx-status applet
svn path=/trunk/; revision=11186
Diffstat (limited to 'accessx-status')
-rw-r--r--accessx-status/applet.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/accessx-status/applet.c b/accessx-status/applet.c
index aaca4e69e..0206e0b35 100644
--- a/accessx-status/applet.c
+++ b/accessx-status/applet.c
@@ -26,7 +26,6 @@
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
-#include <libgnomeui/gnome-help.h>
#include <panel-applet-gconf.h>
#include <X11/XKBlib.h>
#define XK_MISCELLANY
@@ -152,10 +151,10 @@ help_cb (BonoboUIComponent *uic,
{
GError *error = NULL;
- gnome_help_display_on_screen (
- "accessx-status.xml", NULL,
- gtk_widget_get_screen (GTK_WIDGET (sapplet->applet)),
- &error);
+ gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (sapplet->applet)),
+ "ghelp:accessx-status",
+ gtk_get_current_event_time (),
+ &error);
if (error) {
GtkWidget *parent =