summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-21 19:59:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-21 19:59:12 +0300
commit6bedc289455528fe609f492cd9f1a0c352d981bb (patch)
tree50c5ad4f8b8b4d6eca04141239a6a2e31e89bed8 /src/CMakeLists.txt
parent79e280817b91f4e9b67cc42a8abf5c49243f56a5 (diff)
downloadplus-6bedc289455528fe609f492cd9f1a0c352d981bb.tar.gz
plus-6bedc289455528fe609f492cd9f1a0c352d981bb.tar.bz2
plus-6bedc289455528fe609f492cd9f1a0c352d981bb.tar.xz
plus-6bedc289455528fe609f492cd9f1a0c352d981bb.zip
Move status bar (yellow bar) related actions into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index df29db9ac..1850702d7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -720,6 +720,8 @@ SET(SRCS
actions/chat.h
actions/move.cpp
actions/move.h
+ actions/statusbar.cpp
+ actions/statusbar.h
actions/tabs.cpp
actions/tabs.h
actions/windows.cpp