~ubuntu-branches/ubuntu/wily/konversation/wily

« back to all changes in this revision

Viewing changes to src/irc/channel.cpp

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-04-10 09:13:55 UTC
  • Revision ID: package-import@ubuntu.com-20130410091355-vv2u1fv3nbwrioxj
Tags: 1.5~rc1+git20130408-0ubuntu2
Add 0001-Purge-nicks-also-if-we-re-told-to-rejoin-without-eve.patch from
upstream.
Fixes nick list lost when connected to a ZNC bouncer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1082
1082
        setActive(true);
1083
1083
 
1084
1084
        // Prepare for impending NAMES.
 
1085
        purgeNicks();
1085
1086
        nicknameListView->setUpdatesEnabled(false);
1086
1087
 
1087
1088
        ViewContainer* viewContainer = Application::instance()->getMainWindow()->getViewContainer();