~ubuntu-branches/ubuntu/utopic/linuxdcpp/utopic

« back to all changes in this revision

Viewing changes to linux/privatemessage.cc

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2007-09-24 00:35:20 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070924003520-793fzp01xwgklphn
Tags: 1.0.0-1
* Final 1.0.0 release ! 
* Added Homepage: to debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
PrivateMessage::~PrivateMessage()
60
60
{
61
 
        WulforManager::get()->getMainWindow()->removeWindowItem(getContainer());
62
61
}
63
62
 
64
63
void PrivateMessage::addMessage_gui(string message)