/soc/2013/ankitkv/gobjectification: 173c20427d50: Removed unnece...

Ankit Vani a at nevitus.org
Fri Jun 28 17:47:35 EDT 2013


Changeset: 173c20427d50cd0638ba47c3762e5d008c6e06e0
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-06-29 03:17 +0530
Branch:	 soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/173c20427d50

Description:

Removed unnecessary reminders

diffstat:

 libpurple/conversation.c      |  1 -
 libpurple/conversationtypes.c |  4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs (32 lines):

diff --git a/libpurple/conversation.c b/libpurple/conversation.c
--- a/libpurple/conversation.c
+++ b/libpurple/conversation.c
@@ -660,7 +660,6 @@ purple_conversation_has_focus(PurpleConv
  * core/UI split is cleaner.  Also need to make sure this is called
  * when chats are added/removed from the blist.
  */
-/* TODO override as im-updated and chat-updated */
 void
 purple_conversation_update(PurpleConversation *conv, PurpleConversationUpdateType type)
 {
diff --git a/libpurple/conversationtypes.c b/libpurple/conversationtypes.c
--- a/libpurple/conversationtypes.c
+++ b/libpurple/conversationtypes.c
@@ -601,7 +601,7 @@ purple_im_conversation_new(PurpleAccount
 		ops->create_conversation(conv);
 
 	purple_signal_emit(purple_conversations_get_handle(),
-					 "conversation-created", im); /* TODO im-created */
+					 "conversation-created", im);
 
 	return im;
 }
@@ -1664,7 +1664,7 @@ purple_chat_conversation_new(PurpleAccou
 		ops->create_conversation(conv);
 
 	purple_signal_emit(purple_conversations_get_handle(),
-					 "conversation-created", chat); /* TODO chat-created */
+					 "conversation-created", chat);
 
 	return chat;
 }



More information about the Commits mailing list