about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-09-22 21:42:00 +0100
committerJames Booth <boothj5@gmail.com>2016-09-22 21:42:00 +0100
commit3983ee1d6be8245901e83d7d06974005000a1721 (patch)
tree6e02792e4fcf2fb2bac09868ab997c29130f7650 /src/profanity.c
parentf683a704ad164796ddd1dc6f49ea48098fc39219 (diff)
downloadprofani-tty-3983ee1d6be8245901e83d7d06974005000a1721.tar.gz
Rename /titlebar -> /wintitle
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profanity.c b/src/profanity.c
index 3cdec902..feedda9a 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -208,8 +208,8 @@ _init(char *log_level)
 static void
 _shutdown(void)
 {
-    if (prefs_get_boolean(PREF_TITLEBAR_SHOW)) {
-        if (prefs_get_boolean(PREF_TITLEBAR_GOODBYE)) {
+    if (prefs_get_boolean(PREF_WINTITLE_SHOW)) {
+        if (prefs_get_boolean(PREF_WINTITLE_GOODBYE)) {
             ui_goodbye_title();
         } else {
             ui_clear_win_title();