diff -Nru kopete-meanwhile-0.1/debian/changelog kopete-meanwhile-0.1/debian/changelog --- kopete-meanwhile-0.1/debian/changelog 2006-12-28 15:52:32.000000000 +0200 +++ kopete-meanwhile-0.1/debian/changelog 2006-12-28 15:52:32.000000000 +0200 @@ -1,3 +1,9 @@ +kopete-meanwhile (0.1-0ubuntu3) feisty; urgency=low + + * Fixed building error. Closes malone #68442 + + -- Ville Palo Thu, 28 Dec 2006 15:44:37 +0200 + kopete-meanwhile (0.1-0ubuntu2) dapper; urgency=low * Rebuild for new libmeanwhile. diff -Nru kopete-meanwhile-0.1/meanwhile/meanwhilesession.h kopete-meanwhile-0.1/meanwhile/meanwhilesession.h --- kopete-meanwhile-0.1/meanwhile/meanwhilesession.h 2006-01-13 14:12:02.000000000 +0200 +++ kopete-meanwhile-0.1/meanwhile/meanwhilesession.h 2006-12-28 15:52:32.000000000 +0200 @@ -182,7 +182,7 @@ * conversation * @return The created conversation data struct */ - struct ConversationData *MeanwhileSession::createConversationData( + struct ConversationData *createConversationData( struct mwConversation *conv, MeanwhileContact *contact, bool createQueue = false);