aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-15 08:50:13 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 10:04:02 (GMT)
commit41e9c390274c2c84a4696fee0b5c63daae2ed6fe (patch)
treeb6a05abcc0189085d890d217dd8ab6be2ebf501c /src/Slit.cc
parentcfe61281d35193be6588c9b32b200cf0d4d55968 (diff)
downloadfluxbox_paul-41e9c390274c2c84a4696fee0b5c63daae2ed6fe.zip
fluxbox_paul-41e9c390274c2c84a4696fee0b5c63daae2ed6fe.tar.bz2
Fix autosave when the slitlist is modified
This resource is a bit special, so I forgot to add an autosave call to it.
Diffstat (limited to 'src/Slit.cc')
-rw-r--r--src/Slit.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Slit.cc b/src/Slit.cc
index 5f7cfcf..f72c4ef 100644
--- a/src/Slit.cc
+++ b/src/Slit.cc
@@ -210,6 +210,8 @@ void Slit::SlitClientsRes::setFromLua(lua::state &l) {
210 SlitClients::operator=(t); 210 SlitClients::operator=(t);
211 211
212 l.pop(); 212 l.pop();
213
214 m_rm.resourceChanged(*this);
213} 215}
214 216
215void Slit::SlitClientsRes::pushToLua(lua::state &l) const { 217void Slit::SlitClientsRes::pushToLua(lua::state &l) const {