aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/webbrowser.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-22 01:00:02 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-22 01:00:02 +0000
commit26664e56655b2a236e76fee424495526f2554a83 (patch)
tree0f088dd0bba3fbaf5f85ff587987e6586f076e8a /gtk/webbrowser.c
parent9bb3e4cf9ea1753a97f48702cc1f48517a37cb34 (diff)
Style tweaks, and finish an unfinished comment.
svn path=/trunk/; revision=11209
Diffstat (limited to 'gtk/webbrowser.c')
-rw-r--r--gtk/webbrowser.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/webbrowser.c b/gtk/webbrowser.c
index 7795b260c1..58c5d0322e 100644
--- a/gtk/webbrowser.c
+++ b/gtk/webbrowser.c
@@ -76,12 +76,14 @@ browser_open_url (const gchar *url)
/*
* XXX - this is a Launch Services result code, and we should probably
* display a dialog box if it's not 0, describing what the error was.
- * Then again, we should probably do the same
+ * Then again, we should probably do the same for the ShellExecute call,
+ * unless that call itself happens to pop up a dialog box.
*/
status = LSOpenCFURLRef(url_CFURL, NULL);
CFRelease(url_CFURL);
CFRelease(url_CFString);
return (status == 0);
+
#else
GError *error = NULL;