summaryrefslogtreecommitdiff
path: root/libpurple/purple-notifications-example
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-04-16 00:53:13 +0000
committerRichard Laager <rlaager@pidgin.im>2007-04-16 00:53:13 +0000
commit472f5ab0d850ab7fb163baab4604b28ff5f8a290 (patch)
tree2cd9bc3e7c3215dba1f03cf8adfd0408a441ed1a /libpurple/purple-notifications-example
parentfd1a0616eefcbf713ba8555dc7de60da57366212 (diff)
downloadpidgin-472f5ab0d850ab7fb163baab4604b28ff5f8a290.tar.gz
s/GAIM/PURPLE/ in a comment.
Diffstat (limited to 'libpurple/purple-notifications-example')
-rw-r--r--libpurple/purple-notifications-example2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/purple-notifications-example b/libpurple/purple-notifications-example
index 7dee6a601e..2ecfeefad7 100644
--- a/libpurple/purple-notifications-example
+++ b/libpurple/purple-notifications-example
@@ -18,7 +18,7 @@ def ensureimconversation(conversation, account, name):
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):