X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=findit.py;h=7ea1fef908b8512a4e7d36ac07db2e3d0473eaf5;hb=b851110fa0df8e9c74c40189f87f9e398405f73e;hp=8ead6022a07e71744b27a008503ffc0c8202b467;hpb=68c3f774951391ce3e1b1e2ff6c452c64791ed19;p=findit diff --git a/findit.py b/findit.py index 8ead602..7ea1fef 100755 --- a/findit.py +++ b/findit.py @@ -27,7 +27,7 @@ except: def _(text): return text -if hildonFound: winType = hildon.Window +if hildonFound: winType = gtk.Window else: winType = gtk.Window