diff options
author | fluxgen <fluxgen> | 2003-06-05 17:40:02 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-05 17:40:02 (GMT) |
commit | 49c57942f36e0f01fd80313a4095be9e0b757704 (patch) | |
tree | 2149190ea2a8707463c374e5347a4b5867b89ab6 /src/Remember.cc | |
parent | 3ae2429d02671c6de7f40f189263c0cf870af839 (diff) | |
download | fluxbox-49c57942f36e0f01fd80313a4095be9e0b757704.zip fluxbox-49c57942f36e0f01fd80313a4095be9e0b757704.tar.bz2 |
minor fix
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index b22d62a..35d6311 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -21,7 +21,7 @@ | |||
21 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 21 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
22 | // DEALINGS IN THE SOFTWARE. | 22 | // DEALINGS IN THE SOFTWARE. |
23 | 23 | ||
24 | // $Id: Remember.cc,v 1.21 2003/06/05 13:20:05 fluxgen Exp $ | 24 | // $Id: Remember.cc,v 1.22 2003/06/05 17:40:02 fluxgen Exp $ |
25 | 25 | ||
26 | #include "Remember.hh" | 26 | #include "Remember.hh" |
27 | #include "StringUtil.hh" | 27 | #include "StringUtil.hh" |
@@ -145,7 +145,8 @@ std::string getWMClass(Window w) { | |||
145 | } else { | 145 | } else { |
146 | //m_class_name = ""; | 146 | //m_class_name = ""; |
147 | } | 147 | } |
148 | return instance_name.c_str(); | 148 | |
149 | return instance_name; | ||
149 | } | 150 | } |
150 | } | 151 | } |
151 | 152 | ||