Author: dmeyer
Date: Mon Jun 25 07:49:32 2007
New Revision: 2727

Modified:
   trunk/base/test/kaaconf-editor.py

Log:
better gtk notifier select

Modified: trunk/base/test/kaaconf-editor.py
==============================================================================
--- trunk/base/test/kaaconf-editor.py   (original)
+++ trunk/base/test/kaaconf-editor.py   Mon Jun 25 07:49:32 2007
@@ -14,18 +14,16 @@
 import os
 import sys
 
-# GTK import. It is important to import gtk before kaa so that
-# kaa can detect it and switch to the gtk notifier wrapper from
-# pynotifier
-
 import pygtk
 pygtk.require('2.0')
 import gtk
 import gtk.glade
 import gobject
 
-import kaa, kaa.config
+import kaa, kaa.config, kaa.notifier
 
+# use gtk main loop
+kaa.notifier.init('gtk')
 
 class ProxyCellRenderer(gtk.CellRenderer):
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to