]> git.0d.be Git - empathy.git/commitdiff
Use the correct help: URI syntax
authorShaun McCance <shaunm@gnome.org>
Sat, 24 Mar 2012 01:16:16 +0000 (21:16 -0400)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 26 Mar 2012 10:26:09 +0000 (12:26 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=672596

src/empathy-accounts-dialog.c
src/empathy-call-window.c

index 0bdcf69d5a5c99c465994f23675d5a51ed583a93..b7b8aa39c4715cb06ce81acb26d92f08b2d9c113 100644 (file)
@@ -2348,7 +2348,7 @@ dialog_response_cb (GtkWidget *widget,
 
   if (response_id == GTK_RESPONSE_HELP)
     {
-      empathy_url_show (widget, "help:empathy?accounts-window");
+      empathy_url_show (widget, "help:empathy/accounts-window");
     }
   else if (response_id == GTK_RESPONSE_CLOSE ||
       response_id == GTK_RESPONSE_DELETE_EVENT)
index f49d2cbac6e7bf105240f3303a2d0ff5f180f3b4..be00f28682af980947970bf403d68e69e3319c50 100644 (file)
@@ -1383,7 +1383,7 @@ static void
 empathy_call_window_contents_cb (GtkAction *action,
     EmpathyCallWindow *self)
 {
-  empathy_url_show (GTK_WIDGET (self), "help:empathy?audio-video");
+  empathy_url_show (GTK_WIDGET (self), "help:empathy/audio-video");
 }
 
 static void