Mercurial > pidgin.yaz
changeset 13265:d323a4e74753
[gaim-migrate @ 15631]
Silence intltool warnings... Yes, nothing is wrong here.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 13 Feb 2006 02:28:44 +0000 |
parents | ed68ee2e8bab |
children | d1088b7771d4 |
files | src/gaim-notifications-example.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gaim-notifications-example.py Mon Feb 13 02:26:31 2006 +0000 +++ b/src/gaim-notifications-example.py Mon Feb 13 02:28:44 2006 +0000 @@ -59,7 +59,7 @@ if code == 101: # so what? pass - if code == 102: # let's talk + if code == 102: # talk name = gaim.GaimBuddyGetName(buddyid) account = gaim.GaimBuddyGetAccount(buddyid) gaim.GaimConversationNew(1, account, name) @@ -77,8 +77,8 @@ dbus_interface = "net.sf.gaim.GaimInterface", signal_name = "BuddySignedOn") -print """This is a simple gaim notification server. -It shows notifications when your buddy signs on or you get an IM message.""" +print "This is a simple gaim notification server." +print "It shows notifications when your buddy signs on or you get an IM message." loop = gobject.MainLoop() loop.run()