]> git.pld-linux.org Git - packages/kde4-kopete.git/blob - kde4-kopete-qt.patch
- removed obsolete linphone-fix patch
[packages/kde4-kopete.git] / kde4-kopete-qt.patch
1 --- kopete-4.14.3/protocols/jabber/libiris/src/xmpp/xmpp-im/filetransfer.cpp.orig       2014-11-02 12:16:53.000000000 +0100
2 +++ kopete-4.14.3/protocols/jabber/libiris/src/xmpp/xmpp-im/filetransfer.cpp    2021-07-28 21:45:47.394356452 +0200
3 @@ -430,7 +430,7 @@ FileTransfer *FileTransferManager::takeI
4  
5  bool FileTransferManager::isActive(const FileTransfer *ft) const
6  {
7 -       return d->list.contains(const_cast<FileTransfer*>(ft)) > 0;
8 +       return d->list.contains(const_cast<FileTransfer*>(ft));
9  }
10  
11  void FileTransferManager::setDisabled(const QString &ns, bool state)
This page took 0.081158 seconds and 3 git commands to generate.