changeset 1488:b393b8cee171

Fix small mistake in changeset 7b36b91a4388
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 21:39:07 +0200
parents f61ed2466f7c
children e9c71ce96dca
files mcabber/src/screen.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/screen.c	Sun Apr 20 17:01:24 2008 +0200
+++ b/mcabber/src/screen.c	Sun Apr 20 21:39:07 2008 +0200
@@ -1034,7 +1034,7 @@
       else if (line->flags & HBB_PREFIX_OTRCRYPT)
         cryptflag = 'O';
       else
-        cryptflag = '=';
+        cryptflag = '-';
       g_snprintf(pref, preflen, "%s-%c> ", date, cryptflag);
     } else if (line->flags & HBB_PREFIX_SPECIAL) {
       strftime(date, 30, getspectprefix(), localtime(&line->timestamp));