Mercurial > pidgin.yaz
changeset 16187:61c2d36a38a3
s/GAIM/PURPLE/ in a comment.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 16 Apr 2007 00:53:13 +0000 |
parents | d0690b9a607a |
children | e8f8d19bf3ee |
files | libpurple/purple-notifications-example |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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):