summaryrefslogtreecommitdiff
path: root/src/core/wee-upgrade.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-05 23:15:23 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-05 23:15:23 +0200
commit8d2c23209fe115fb7b7829437406c24f50ac0ec2 (patch)
treea8b0848801b889c676095178ba8680a4b30b36ea /src/core/wee-upgrade.h
parent4919a943fdb1b6137aeda9e040782e2cf9a718f4 (diff)
downloadweechat-8d2c23209fe115fb7b7829437406c24f50ac0ec2.zip
core: save and restore layout for buffers and windows on /upgrade
Diffstat (limited to 'src/core/wee-upgrade.h')
-rw-r--r--src/core/wee-upgrade.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-upgrade.h b/src/core/wee-upgrade.h
index 95675e1fc..b0939b582 100644
--- a/src/core/wee-upgrade.h
+++ b/src/core/wee-upgrade.h
@@ -32,8 +32,9 @@ enum t_upgrade_weechat_type
UPGRADE_WEECHAT_TYPE_BUFFER,
UPGRADE_WEECHAT_TYPE_NICKLIST,
UPGRADE_WEECHAT_TYPE_BUFFER_LINE,
- UPGRADE_WEECHAT_TYPE_UPTIME,
+ UPGRADE_WEECHAT_TYPE_MISC,
UPGRADE_WEECHAT_TYPE_HOTLIST,
+ UPGRADE_WEECHAT_TYPE_LAYOUT_WINDOW,
};
int upgrade_weechat_save ();