# HG changeset patch # User Richard Laager # Date 1176684793 0 # Node ID 61c2d36a38a3c7ecb70796d8af805387df8fb909 # Parent d0690b9a607a3c271a4beb96136abea319ebf44c s/GAIM/PURPLE/ in a comment. diff -r d0690b9a607a -r 61c2d36a38a3 libpurple/purple-notifications-example --- 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):