diff pidgin/gtkconv.c @ 32177:e0856c50cdd8

Fix the merge some more I don't know whether this was me, kdiff3, or monotone on something.
author Paul Aurich <paul@darkrain42.org>
date Sun, 26 Jun 2011 20:37:03 +0000
parents 910e966d18b3
children a8f62638417e
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sat Jun 25 19:56:59 2011 +0000
+++ b/pidgin/gtkconv.c	Sun Jun 26 20:37:03 2011 +0000
@@ -6320,6 +6320,8 @@
 		gtk_list_store_remove(GTK_LIST_STORE(model), &iter);
 		gtk_tree_row_reference_free(ref);
 		cbuddy->ui_data = NULL;
+	}
+
 	if (cbuddy)
 		add_chat_buddy_common(conv, cbuddy, NULL);
 }