Move around newline for clarity.

Sun, 10 Sep 2017 15:11:46 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 10 Sep 2017 15:11:46 -0400
changeset 38713
8eee9a594e50
parent 38712
ea49cd76cf47
child 38714
a7b3becdc6ea

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);

mercurial