~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/uisupport/networkmodelcontroller.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mfrom: (1.1.33 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217124950-0x7pm4evjvhf2rki
Tags: 0.6~beta1-0ubuntu1
* New upstream beta release
  - Update debian/quassel-data.install for hicolor icons moving to
    debian/tmp/usr/share/icons/hicolor
  - Update debian/quassel-data.install for Quassel Oxygen icons no longer
    being shipped
  - Add qt4-dev-tools to build-depends to provide lconvert for translations
* Fix debian/copyright to use the correct © symbol and update for the new
  year

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
        Client::userInput(bufferInfo, QString("/KICK %1").arg(nick));
406
406
        break;
407
407
      case NickSwitchTo:
408
 
        Client::bufferModel()->switchToBuffer(findQueryBuffer(networkId, nick));
409
 
        break;
410
408
      case NickQuery:
411
 
        Client::userInput(bufferInfo, QString("/QUERY %1").arg(nick));
 
409
        Client::bufferModel()->switchToOrStartQuery(networkId, nick);
412
410
        break;
413
411
      case NickIgnoreUser:
414
412
      {