--- a/libpurple/ciphers/rc4cipher.c Fri Oct 11 15:31:04 2013 +0530 +++ b/libpurple/ciphers/rc4cipher.c Fri Oct 11 15:34:15 2013 +0530 @@ -88,8 +88,6 @@ state[y] = temp_swap; x = (x + 1) % len; } - - g_object_notify(G_OBJECT(rc4_cipher), "key"); } static ssize_t @@ -242,8 +240,6 @@ priv = PURPLE_RC4_CIPHER_GET_PRIVATE(rc4_cipher); priv->key_len = key_len; - - g_object_notify(G_OBJECT(rc4_cipher), "key_len"); } gint