summaryrefslogtreecommitdiff
path: root/components/shell/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/shell/shell.c')
-rw-r--r--components/shell/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shell/shell.c b/components/shell/shell.c
index 15f1e03bc..a05788328 100644
--- a/components/shell/shell.c
+++ b/components/shell/shell.c
@@ -58,7 +58,7 @@ init_bonobo (int argc, char **argv)
argc, argv, oaf_popt_options, 0, NULL);
orb = oaf_init (argc, argv);
- if (bonobo_init (orb, NULL, NULL) == FALSE)
+ if (!bonobo_init (orb, NULL, NULL))
g_error (_("Could not initialize Bonobo"));
}