[jhbuild] add missing parameter to TrayIcon()



commit 4bc92eae86e62641c70fb7d00fa30b38da3310ae
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu May 21 19:48:43 2009 +0200

    add missing parameter to TrayIcon()
---
 jhbuild/utils/trayicon.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jhbuild/utils/trayicon.py b/jhbuild/utils/trayicon.py
index 9afbba6..315ce09 100644
--- a/jhbuild/utils/trayicon.py
+++ b/jhbuild/utils/trayicon.py
@@ -25,7 +25,7 @@ import signal
 class TrayIcon:
     proc = None
 
-    def __init__(self):
+    def __init__(self, config):
         if config and config.notrayicon:
             return
         if not os.environ.get('DISPLAY'):



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