diff options
author | rathnor <rathnor> | 2003-08-10 12:50:04 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-08-10 12:50:04 (GMT) |
commit | c8c5072fd1a542cc3783cb5b32e5e4b68e45efe7 (patch) | |
tree | 29e6bab43c762e475844e8d42080ffd939db870b /src/fluxbox.hh | |
parent | babf480280200fa4af3d8ab917a9f9ad76a6309c (diff) | |
download | fluxbox-c8c5072fd1a542cc3783cb5b32e5e4b68e45efe7.zip fluxbox-c8c5072fd1a542cc3783cb5b32e5e4b68e45efe7.tar.bz2 |
fix ~ to work properly in session.menuFile
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index 4f32ea3..1d35f83 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.hh,v 1.69 2003/07/28 15:06:36 rathnor Exp $ | 25 | // $Id: fluxbox.hh,v 1.70 2003/08/10 12:50:04 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef FLUXBOX_HH | 27 | #ifndef FLUXBOX_HH |
28 | #define FLUXBOX_HH | 28 | #define FLUXBOX_HH |
@@ -113,7 +113,7 @@ public: | |||
113 | inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() const { return *m_rc_titlebar_left; } | 113 | inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() const { return *m_rc_titlebar_left; } |
114 | inline const std::string &getStyleFilename() const { return *m_rc_stylefile; } | 114 | inline const std::string &getStyleFilename() const { return *m_rc_stylefile; } |
115 | 115 | ||
116 | inline const char *getMenuFilename() const { return m_rc_menufile->c_str(); } | 116 | inline const std::string &getMenuFilename() const { return *m_rc_menufile; } |
117 | inline const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; } | 117 | inline const std::string &getSlitlistFilename() const { return *m_rc_slitlistfile; } |
118 | inline int colorsPerChannel() const { return *m_rc_colors_per_channel; } | 118 | inline int colorsPerChannel() const { return *m_rc_colors_per_channel; } |
119 | inline int getNumberOfLayers() const { return *m_rc_numlayers; } | 119 | inline int getNumberOfLayers() const { return *m_rc_numlayers; } |