On second thought, titlebars like this are silly:
"user@host:~@host" make it: "user@host:~ <@host>" svn path=/trunk/kdebase/kwin/; revision=361700
This commit is contained in:
parent
c75eb7297f
commit
2ce16d70ba
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());
|
||||
QString machine_suffix;
|
||||
if( !isLocalMachine( wmClientMachine( false )))
|
||||
machine_suffix = "@" + wmClientMachine( true );
|
||||
machine_suffix = " <@" + wmClientMachine( true ) + ">";
|
||||
cap_suffix = machine_suffix;
|
||||
if ( ( !isSpecialWindow() || isToolbar()) && workspace()->findClient( FetchNameInternalPredicate( this )))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue