Mon, 16 Apr 2007 00:53:13 +0000
s/GAIM/PURPLE/ in a comment.
| libpurple/purple-notifications-example | file | annotate | diff | comparison | revisions |
--- a/libpurple/purple-notifications-example Mon Apr 16 00:52:52 2007 +0000 +++ b/libpurple/purple-notifications-example Mon Apr 16 00:53:13 2007 +0000 @@ -18,7 +18,7 @@ if conversation != 0: return conversation else: - # 1 = GAIM_CONV_IM + # 1 = PURPLE_CONV_IM return purple.PurpleConversationNew(1, account, name) def receivedimmsg(account, name, message, conversation, flags):