[gnome-applets/wip/dont-use-deprecated] invest: Add missing argument for .factory_main()



commit 52564a5e879ee9f2b9c1510326ac41ae167c0cf0
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Mon Nov 29 14:06:56 2010 +0100

    invest: Add missing argument for .factory_main()

 invest-applet/invest/invest-applet.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/invest-applet/invest/invest-applet.py b/invest-applet/invest/invest-applet.py
index b353803..fd7b334 100755
--- a/invest-applet/invest/invest-applet.py
+++ b/invest-applet/invest/invest-applet.py
@@ -94,4 +94,5 @@ if __name__ == "__main__":
 			"InvestAppletFactory",
 			True,
 			InvestApplet.__gtype__,
-			applet_factory)
+			applet_factory,
+			None)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]