Mon, 13 Feb 2006 02:28:44 +0000
[gaim-migrate @ 15631]
Silence intltool warnings... Yes, nothing is wrong here.
| src/gaim-notifications-example.py | file | annotate | diff | comparison | revisions |
--- 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()