diff options
author | infirit <[email protected]> | 2013-08-01 13:55:03 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 13:55:03 +0200 |
commit | f32f9164eecf1734727852365a95f1aed3a8d59a (patch) | |
tree | a97afa8d3d38b8bf297be57afc6c9889ed353e48 /gst-mixer/src/window.c | |
parent | 7418b30d4e11f78cdb58c6d8afa67c5ddbb2f0d5 (diff) | |
download | mate-media-f32f9164eecf1734727852365a95f1aed3a8d59a.tar.bz2 mate-media-f32f9164eecf1734727852365a95f1aed3a8d59a.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'gst-mixer/src/window.c')
-rw-r--r-- | gst-mixer/src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-mixer/src/window.c b/gst-mixer/src/window.c index 9a8b80f..c266ee0 100644 --- a/gst-mixer/src/window.c +++ b/gst-mixer/src/window.c @@ -107,7 +107,7 @@ cb_help (GtkAction *action, screen = gtk_window_get_screen (GTK_WINDOW (win)); - if (gtk_show_uri (screen, "ghelp:mate-volume-control", GDK_CURRENT_TIME, + if (gtk_show_uri (screen, "help:mate-volume-control", GDK_CURRENT_TIME, &error) == FALSE) { dialog = gtk_message_dialog_new (GTK_WINDOW (win), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", error->message); |