PGP: sign auto-away presence too
authorMikael Berthe <mikael@lilotux.net>
Tue, 28 Nov 2006 00:00:46 +0100
changeset 1056 5b3ecae91c95
parent 1055 6eb1efea75d0
child 1057 4cdf19d9c74e
PGP: sign auto-away presence too If not, contacts cannot get the key they should use to encrypt a message.
mcabber/src/screen.c
--- a/mcabber/src/screen.c	Mon Nov 27 23:39:40 2006 +0100
+++ b/mcabber/src/screen.c	Tue Nov 28 00:00:46 2006 +0100
@@ -1390,7 +1390,7 @@
       msg = prevmsg;
     if (prevmsg)
       oldmsg = g_strdup(prevmsg);
-    jb_setstatus(away, NULL, msg, TRUE);
+    jb_setstatus(away, NULL, msg, FALSE);
   } else {
     // Back
     jb_setstatus(oldstatus, NULL, (oldmsg ? oldmsg : ""), FALSE);