im.pidgin.pidgin: 88dc67220e1d61e540c931b9f27f5b4419809137

rlaager at pidgin.im rlaager at pidgin.im
Sun Jan 13 23:23:12 EST 2008


-----------------------------------------------------------------
Revision: 88dc67220e1d61e540c931b9f27f5b4419809137
Ancestor: 8ac2b757981a1a407542a5c9aa63564fa726dcb0
Author: rlaager at pidgin.im
Date: 2008-01-14T04:04:08
Branch: im.pidgin.pidgin

Modified files:
        libpurple/dbus-analyze-functions.py

ChangeLog: 

Disable the DBus "Functions not exported" list.  It's huge and buries the
warnings that we might actually fix.

-------------- next part --------------
============================================================
--- libpurple/dbus-analyze-functions.py	3901f07c522d2548be351d9f5e96af3a1f12076a
+++ libpurple/dbus-analyze-functions.py	3ebafc9c1756e3ac61d1f587a1eaee4c4774c9f9
@@ -525,9 +525,10 @@ class BindingSet:
             try:
                 self.processfunction(functiontext, paramtexts)
             except MyException:
-                sys.stderr.write(myline + "\n")
+#                sys.stderr.write(myline + "\n")
+                 pass
             except:
-                sys.stderr.write(myline + "\n")
+#                sys.stderr.write(myline + "\n")
                 raise
 
         self.flush()
@@ -586,7 +587,7 @@ else:
 else:
     fprefix = ""
 
-sys.stderr.write("%s: Functions not exported:\n" % sys.argv[0])
+#sys.stderr.write("%s: Functions not exported:\n" % sys.argv[0])
 
 if "client" in options:
     bindings = ClientBindingSet(sys.stdin, fprefix,


More information about the Commits mailing list