diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 16:52:52 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 16:52:52 +0000 |
| commit | 7d67f8557b3254aeb370a995f417c86606e8a67d (patch) | |
| tree | f99fda52d39f23df3cfd314458ef26ddaafcecb9 /util/epist/window.hh | |
| parent | ffd7021d22f534aa5974641e97911b24369d5896 (diff) | |
make cycling by window class work properly, was using the app name instead of class
also, make the code gcc 2.95 friendly
Diffstat (limited to 'util/epist/window.hh')
| -rw-r--r-- | util/epist/window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
