aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-20 07:01:05 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-20 07:01:05 +0800
commit9f54e2c8cf16db3c97773e1cee66ca67017d83cd (patch)
tree2218a2aca6def87cb79f358e22c3f88d284f12f7 /src
parentee1716863efc861427b701afc856557113ce2c4b (diff)
downloadgsoc2013-empathy-9f54e2c8cf16db3c97773e1cee66ca67017d83cd.tar
gsoc2013-empathy-9f54e2c8cf16db3c97773e1cee66ca67017d83cd.tar.gz
gsoc2013-empathy-9f54e2c8cf16db3c97773e1cee66ca67017d83cd.tar.bz2
gsoc2013-empathy-9f54e2c8cf16db3c97773e1cee66ca67017d83cd.tar.lz
gsoc2013-empathy-9f54e2c8cf16db3c97773e1cee66ca67017d83cd.tar.xz
gsoc2013-empathy-9f54e2c8cf16db3c97773e1cee66ca67017d83cd.tar.zst
gsoc2013-empathy-9f54e2c8cf16db3c97773e1cee66ca67017d83cd.zip
Make possible to show "ghelp:" URIs and display a dialog in case of error in empathy_url_show. Use that to show empathy's doc.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@996 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-window.c2
-rw-r--r--src/empathy-main-window.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index dc7f2f102..09a0e4589 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -676,7 +676,7 @@ static void
chat_window_help_contents_cb (GtkWidget *menuitem,
EmpathyChatWindow *window)
{
- //empathy_help_show ();
+ empathy_url_show ("ghelp:empathy?chat");
}
static void
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 065c6fcc8..7b616f4ab 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -706,7 +706,7 @@ static void
main_window_help_contents_cb (GtkWidget *widget,
EmpathyMainWindow *window)
{
- //empathy_help_show ();
+ empathy_url_show ("ghelp:empathy");
}
static gboolean