diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-03-24 22:24:25 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-03-24 22:24:25 +0100 |
commit | 4c8e78664c7e9379f5d681b873a445676db32fd4 (patch) | |
tree | f4b38325d8de3c383a512c2809c815454ddc3cba | |
parent | f13168005512fe4219741d9daf83681dd9ed3d63 (diff) | |
download | profani-tty-4c8e78664c7e9379f5d681b873a445676db32fd4.tar.gz |
Fix old typo in titlebar presence
-rw-r--r-- | src/command/cmd_funcs.c | 2 |
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."); |