More get()
svn path=/trunk/kdebase/kwin/; revision=30392
This commit is contained in:
parent
df7fc2905e
commit
21ae659168
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ void TabBox::paintContents()
|
||||||
if ( currentClient() ) {
|
if ( currentClient() ) {
|
||||||
QString s;
|
QString s;
|
||||||
if (!client->isOnDesktop(workspace()->currentDesktop())){
|
if (!client->isOnDesktop(workspace()->currentDesktop())){
|
||||||
//TODO s = KWM::getDesktopName(client->desktop);
|
//TODO s = KWM::desktopName(client->desktop);
|
||||||
s.append(": ");
|
s.append(": ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue