use @ instead of <> for the hostname, approved by Lubos (Thanks for the feature!)
svn path=/trunk/kdebase/kwin/; revision=361688
This commit is contained in:
parent
d40ba7b252
commit
c75eb7297f
1 changed files with 1 additions and 1 deletions
|
@ -1244,7 +1244,7 @@ void Client::setCaption( const QString& s, bool force )
|
||||||
bool was_suffix = ( !cap_suffix.isEmpty());
|
bool was_suffix = ( !cap_suffix.isEmpty());
|
||||||
QString machine_suffix;
|
QString machine_suffix;
|
||||||
if( !isLocalMachine( wmClientMachine( false )))
|
if( !isLocalMachine( wmClientMachine( false )))
|
||||||
machine_suffix = " <" + wmClientMachine( true ) + ">";
|
machine_suffix = "@" + wmClientMachine( true );
|
||||||
cap_suffix = machine_suffix;
|
cap_suffix = machine_suffix;
|
||||||
if ( ( !isSpecialWindow() || isToolbar()) && workspace()->findClient( FetchNameInternalPredicate( this )))
|
if ( ( !isSpecialWindow() || isToolbar()) && workspace()->findClient( FetchNameInternalPredicate( this )))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue