diff options
Diffstat (limited to 'finch/gntpounce.c')
-rw-r--r-- | finch/gntpounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/gntpounce.c b/finch/gntpounce.c index c968e24e5b..efaa8dc3bb 100644 --- a/finch/gntpounce.c +++ b/finch/gntpounce.c @@ -565,7 +565,7 @@ finch_pounce_editor_show(PurpleAccount *account, const char *name, gnt_check_box_set_checked( GNT_CHECK_BOX(dialog->signon), TRUE); } else { - if (!PURPLE_IS_BUDDY_ONLINE(buddy)) { + if (!PURPLE_BUDDY_IS_ONLINE(buddy)) { gnt_check_box_set_checked( GNT_CHECK_BOX(dialog->signon), TRUE); } else { |