aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-06-20 20:16:30 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-06-20 22:00:34 (GMT)
commit397d11b6b95cc6fb2625dcda00ae9c62d2430e24 (patch)
treeff1a7313103486c23dbabe0c19d8057cc9be68cf /src/fluxbox.hh
parentee787d3b5a3f6257ede23405bad8eb0703f649e9 (diff)
downloadfluxbox_pavel-397d11b6b95cc6fb2625dcda00ae9c62d2430e24.zip
fluxbox_pavel-397d11b6b95cc6fb2625dcda00ae9c62d2430e24.tar.bz2
Convert slitlist from a separate file to a regular lua resource
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 47a8187..e7d2d68 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -121,7 +121,6 @@ public:
121 const std::string &getStyleOverlayFilename() const { return *m_rc_styleoverlayfile; } 121 const std::string &getStyleOverlayFilename() const { return *m_rc_styleoverlayfile; }
122 122
123 const std::string &getMenuFilename() const { return *m_rc_menufile; } 123 const std::string &getMenuFilename() const { return *m_rc_menufile; }
124 const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; }
125 const std::string &getAppsFilename() const { return *m_rc_appsfile; } 124 const std::string &getAppsFilename() const { return *m_rc_appsfile; }
126 const std::string &getKeysFilename() const { return *m_rc_keyfile; } 125 const std::string &getKeysFilename() const { return *m_rc_keyfile; }
127 int colorsPerChannel() const { return *m_rc_colors_per_channel; } 126 int colorsPerChannel() const { return *m_rc_colors_per_channel; }
@@ -242,7 +241,7 @@ private:
242 m_rc_tabs_padding; 241 m_rc_tabs_padding;
243 FbTk::StringResource m_rc_stylefile, 242 FbTk::StringResource m_rc_stylefile,
244 m_rc_styleoverlayfile, 243 m_rc_styleoverlayfile,
245 m_rc_menufile, m_rc_keyfile, m_rc_slitlistfile, 244 m_rc_menufile, m_rc_keyfile,
246 m_rc_appsfile; 245 m_rc_appsfile;
247 246
248 247