all repos — fluxbox @ 49c57942f36e0f01fd80313a4095be9e0b757704

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

49c57942f36e0f01fd80313a4095be9e0b757704

parent

3ae2429d02671c6de7f40f189263c0cf870af839

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M src/Remember.ccsrc/Remember.cc

@@ -21,7 +21,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Remember.cc,v 1.21 2003/06/05 13:20:05 fluxgen Exp $ +// $Id: Remember.cc,v 1.22 2003/06/05 17:40:02 fluxgen Exp $ #include "Remember.hh" #include "StringUtil.hh"

@@ -145,7 +145,8 @@ XFree(ch.res_class);

} else { //m_class_name = ""; } - return instance_name.c_str(); + + return instance_name; } }