diff options
author | Catalin Badea <catalin.badea392@gmail.com> | 2012-07-29 13:42:06 (GMT) |
---|---|---|
committer | Catalin Badea <catalin.badea392@gmail.com> | 2012-07-29 13:42:06 (GMT) |
commit | fd9f71dca2777b4b13deb3e375b118dd55ae2c49 (patch) | |
tree | ed53ed28e986295d7cb4b995771f0c5dbac64a3d /Swift/Controllers/UIInterfaces | |
parent | ea3285a7e50cf107ae24cd1fbbb01e753b94bf36 (diff) | |
download | swift-contrib-fd9f71dca2777b4b13deb3e375b118dd55ae2c49.zip swift-contrib-fd9f71dca2777b4b13deb3e375b118dd55ae2c49.tar.bz2 |
Fix adding messages at the top.
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
-rw-r--r-- | Swift/Controllers/UIInterfaces/HistoryWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/HistoryWindow.h b/Swift/Controllers/UIInterfaces/HistoryWindow.h index aa1a495..edc4af3 100644 --- a/Swift/Controllers/UIInterfaces/HistoryWindow.h +++ b/Swift/Controllers/UIInterfaces/HistoryWindow.h @@ -17,6 +17,7 @@ namespace Swift { virtual void setRosterModel(Roster*) = 0; virtual void addMessage(const std::string &message, const std::string &senderName, bool senderIsSelf, const std::string& avatarPath, const boost::posix_time::ptime& time, bool addAtTheTop) = 0; virtual void resetConversationView() = 0; + virtual void resetConversationViewTopInsertPoint() = 0; // this is a temporary fix used in adding messages at the top virtual void setDate(const boost::gregorian::date& date) = 0; boost::signal<void (RosterItem*)> onSelectedContactChanged; |