[gaim-migrate @ 15631]

Mon, 13 Feb 2006 02:28:44 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 13 Feb 2006 02:28:44 +0000
changeset 13266
aa9cb664e93c
parent 13265
b12f363a7237
child 13267
aaf66137870b

[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()

mercurial