Sun, 10 Sep 2017 15:11:46 -0400
Move around newline for clarity.
| pidgin/gtkblist.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtkblist.c Sun Sep 10 15:10:34 2017 -0400 +++ b/pidgin/gtkblist.c Sun Sep 10 15:11:46 2017 -0400 @@ -4630,9 +4630,9 @@ if (event->button == GDK_BUTTON_PRIMARY) { convs = pidgin_conversations_get_unseen_ims(PIDGIN_UNSEEN_TEXT, FALSE, 1); - if(!convs) convs = pidgin_conversations_get_unseen_chats(PIDGIN_UNSEEN_NICK, FALSE, 1); + if (convs) { pidgin_conv_present_conversation((PurpleConversation*)convs->data); g_list_free(convs);