]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/gtk/JubGtkRosterUI.m
Move away from BOOL
[jubjub.git] / src / gui / gtk / JubGtkRosterUI.m
index 5711ee68dfe0a21eeb73f0da2e3fe4305493c238..432677cb8f1e2c9e92cbebf6efb29f2329931188 100644 (file)
@@ -32,7 +32,7 @@ static void roster_row_activated(GtkTreeView *tree_view, GtkTreePath *path,
 
        [client performSelectorOnMainThread: @selector(chatForContact:)
                                 withObject: contact
-                             waitUntilDone: NO];
+                             waitUntilDone: false];
        [pool release];
 }
 
@@ -526,7 +526,7 @@ static void dialog_response_callback(GtkDialog *dialog, gint response_id,
 
 - (bool)showOffline
 {
-       OF_GETTER(_showOffline, YES);
+       OF_GETTER(_showOffline, true);
 }
 
 - (void)setShowOffline: (bool)showOffline