~ubuntu-branches/ubuntu/intrepid/konversation/intrepid

« back to all changes in this revision

Viewing changes to konversation/src/nickinfo.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Holtsclaw
  • Date: 2006-10-12 10:03:06 UTC
  • mfrom: (10.1.9 edgy)
  • Revision ID: james.westby@ubuntu.com-20061012100306-zsjbecusqvupyct6
Tags: 1.0.1-0ubuntu1
* New Upstream Bugfix Release ( UVFe approved by mdz )
* Closes Malone: #64488

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
    }
347
347
    else if(!getRealName().isEmpty() && getRealName().lower() != loweredNickname())
348
348
    {
349
 
        tooltip << getRealName();
 
349
        QString escapedRealName( getRealName() );
 
350
        escapedRealName.replace("<","&lt;").replace(">","&gt;");
 
351
        tooltip << escapedRealName;
350
352
        dirty = true;
351
353
    }
352
354
    else