summaryrefslogtreecommitdiff
path: root/oldslashapp/slashapp.c
diff options
context:
space:
mode:
Diffstat (limited to 'oldslashapp/slashapp.c')
-rw-r--r--oldslashapp/slashapp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/oldslashapp/slashapp.c b/oldslashapp/slashapp.c
index e35a68a2c..d9573dc87 100644
--- a/oldslashapp/slashapp.c
+++ b/oldslashapp/slashapp.c
@@ -215,7 +215,7 @@ static void launch_url(AppData *ad, gchar *url)
argv[0] = "netscape";
argv[1] = url;
argv[2] = NULL;
- if (gnome_execute_async (NULL, 2, argv) != 0)
+ if (gnome_execute_async (NULL, 2, argv) < 0)
{
printf("failed to start browser\n");
}