pidgin/purple-plugin-pack

Parents 90b11f4ed1c0
Children cc270dff961c
This *should* fix #679 if it compiles. Basically, abort if the blistnode is
a temporary one.
--- a/album/album-ui.c Sun Dec 12 18:10:38 2010 -0500
+++ b/album/album-ui.c Mon Jul 04 23:17:15 2011 -0400
@@ -826,6 +826,9 @@
g_return_if_fail(node != NULL);
+ if(PURPLE_BLIST_NODE_HAS_FLAGS(node, PURPLE_BLIST_NODE_FLAG_NO_SAVE))
+ return;
+
contact_expanded = pidgin_blist_node_is_contact_expanded(node);
if (PURPLE_BLIST_NODE_IS_BUDDY(node))