obsolete getTitle() from win client change to title()
This commit is contained in:
parent
084232bf59
commit
f89c71c0db
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: ClientPattern.cc,v 1.5 2003/11/17 00:29:30 fluxgen Exp $
|
||||
// $Id: ClientPattern.cc,v 1.6 2003/12/17 01:19:39 fluxgen Exp $
|
||||
|
||||
#include "ClientPattern.hh"
|
||||
#include "RegExp.hh"
|
||||
|
@ -238,7 +238,7 @@ bool ClientPattern::addTerm(const std::string &str, WinProperty prop) {
|
|||
std::string ClientPattern::getProperty(WinProperty prop, const WinClient &client) const {
|
||||
switch (prop) {
|
||||
case TITLE:
|
||||
return client.getTitle();
|
||||
return client.title();
|
||||
break;
|
||||
case CLASS:
|
||||
return client.getWMClassClass();
|
||||
|
|
Loading…
Reference in a new issue