libpurple/ciphers/des3.c

branch
soc.2013.gobjectification
changeset 34545
3df1bdf7b238
parent 34544
a41098b81e93
child 34547
45b72366ddde
--- a/libpurple/ciphers/des3.c	Fri Jun 14 21:43:36 2013 +0530
+++ b/libpurple/ciphers/des3.c	Fri Jun 14 22:00:51 2013 +0530
@@ -350,7 +350,7 @@
 
 	priv->mode = mode;
 
-	g_object_notify(G_OBJECT(des3_cipher), "batchMode");
+	g_object_notify(G_OBJECT(des3_cipher), "batch_mode");
 }
 
 static PurpleCipherBatchMode

mercurial