libpurple/blist.c

branch
soc.2013.gobjectification
changeset 34695
60a278f1365b
parent 34694
ac5875217a42
child 34696
6e0d13978666
--- 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                                    */
 };
 

mercurial