--- a/libpurple/blist.c Wed Jul 03 04:10:59 2013 +0530 +++ b/libpurple/blist.c Wed Jul 03 04:58:28 2013 +0530 @@ -44,7 +44,7 @@ PurpleBlistNode *parent; /**< The parent of this node */ PurpleBlistNode *child; /**< The child of this node */ GHashTable *settings; /**< per-node settings */ - gboolean no_save; /**< node should not be saved with the buddy + gboolean dont_save; /**< node should not be saved with the buddy list */ };