about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-03-24 22:24:25 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-03-24 22:24:25 +0100
commit4c8e78664c7e9379f5d681b873a445676db32fd4 (patch)
treef4b38325d8de3c383a512c2809c815454ddc3cba /src/command/cmd_funcs.c
parentf13168005512fe4219741d9daf83681dd9ed3d63 (diff)
downloadprofani-tty-4c8e78664c7e9379f5d681b873a445676db32fd4.tar.gz
Fix old typo in titlebar presence
Diffstat (limited to 'src/command/cmd_funcs.c')
-rw-r--r--src/command/cmd_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index 83671bd3..4313c6bb 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -5979,7 +5979,7 @@ cmd_titlebar_show_hide(ProfWin *window, const char *const command, gchar **args)
                 cons_show("Showing resource in titlebar disabled.");
                 prefs_set_boolean(PREF_RESOURCE_TITLE , FALSE);
             } else if (g_strcmp0(args[1], "presence") == 0) {
-                cons_show("Showing contact presence in titlebar enabled.");
+                cons_show("Showing contact presence in titlebar disabled.");
                 prefs_set_boolean(PREF_PRESENCE , FALSE);
             } else if (g_strcmp0(args[1], "jid") == 0) {
                 cons_show("Showing MUC JID in titlebar as title disabled.");