# HG changeset patch # User Richard Laager # Date 1139797724 0 # Node ID d323a4e74753c0ffa88200367be35429fbc1f703 # Parent ed68ee2e8babba27395325d8f74f56d6fd0bc095 [gaim-migrate @ 15631] Silence intltool warnings... Yes, nothing is wrong here. committer: Tailor Script diff -r ed68ee2e8bab -r d323a4e74753 src/gaim-notifications-example.py --- 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()