Do the same for ibus_bus_set_global_engine as well. Currently it always returns TRUE regardless of the result of the method call.
BUG=none
TEST=manually
Review URL: http://codereview.appspot.com/3902043
NULL);
if (result) {
g_variant_unref (result);
- return FALSE;
+ return TRUE;
}
- return TRUE;
+ return FALSE;
}
static GList *
if (result) {
g_variant_unref (result);
+ return TRUE;
}
-
- return TRUE;
+ return FALSE;
}
static GVariant *