From 7d67f8557b3254aeb370a995f417c86606e8a67d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 16:52:52 +0000 Subject: make cycling by window class work properly, was using the app name instead of class also, make the code gcc 2.95 friendly --- util/epist/window.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/epist/window.hh') diff --git a/util/epist/window.hh b/util/epist/window.hh index 351ec566..91cd834d 100644 --- a/util/epist/window.hh +++ b/util/epist/window.hh @@ -71,7 +71,7 @@ public: inline unsigned int desktop() const { return _desktop; } inline const std::string &title() const { return _title; } inline const std::string &appName() const { return _app_name; } - inline const std::string &appClass() const { return _app_name; } + inline const std::string &appClass() const { return _app_class; } inline bool shaded() const { return _shaded; } inline bool iconic() const { return _iconic; } -- cgit v1.2.3