~ubuntu-branches/ubuntu/jaunty/quassel/jaunty-backports

« back to all changes in this revision

Viewing changes to src/client/clientsyncer.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-02-06 08:15:36 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090206081536-w43riu692dxjjpl2
Tags: 0.4.0~git090206-0ubuntu1
* New upstream git snapshot
  - Added toolbar to u/i (initial drop - still more work to do)
  - Add more post KDE 4.2 oxygen icons
  - Redesigned web preview to hog fewer resources
  - Continued bug fixing
* Add new icons to debian/quassel-data.install
* Remove scalable Oxygen icons from the binary (not used and saves space)
* Build with full debugging enabled
* Explicitly set -DEMBED_DATA=off instead of just unsetting it (clearer)

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
}
92
92
 
93
93
void ClientSyncer::disconnectFromCore() {
94
 
  if(_socket)
95
 
    _socket->close();
96
94
  resetConnection();
97
95
}
98
96