aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/webbrowser.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-01-20 23:17:23 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-01-20 23:17:23 +0000
commit66ce7f36231b5a15cb0b493e039c7284edf3a62f (patch)
treedc06533f5d8be6ba70be06bb5dd65f10fd1f4d7d /gtk/webbrowser.c
parent13e90b72b3833198c5ebe8c1ba79ef863977fca6 (diff)
add some more online help functionality and help buttons at various dialog boxes, if a help page *is* available. However, the new help system needs a lot more work before completed.
svn path=/trunk/; revision=13152
Diffstat (limited to 'gtk/webbrowser.c')
-rw-r--r--gtk/webbrowser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/webbrowser.c b/gtk/webbrowser.c
index 7c51d4c1ae..5632ca87ea 100644
--- a/gtk/webbrowser.c
+++ b/gtk/webbrowser.c
@@ -284,6 +284,8 @@ browser_open_data_file(const gchar *filename)
/* build filename */
file_path = g_strdup_printf("%s/%s", get_datafile_dir(), filename);
+ /* XXX - check, if the file is really existing, otherwise display a simple_dialog about the problem */
+
/* convert filename to uri */
uri = filename2uri(file_path);