[jhbuild: 44/60] [gui] remove obsolete gconf import



commit b401261cfde239a0b284e776f2c66a85e51ffb78
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun May 24 10:34:45 2009 +0200

    [gui] remove obsolete gconf import
---
 jhbuild/frontends/gtkui.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/jhbuild/frontends/gtkui.py b/jhbuild/frontends/gtkui.py
index 4328302..c8370bf 100644
--- a/jhbuild/frontends/gtkui.py
+++ b/jhbuild/frontends/gtkui.py
@@ -37,11 +37,6 @@ try:
 except ImportError:
     vte = None
 
-#FIXME: would be nice if we ran w/o GConf, do a try...except block around
-#       the import and then set have_gconf to false
-import gconf
-have_gconf = True
-
 import buildscript
 import jhbuild.moduleset
 from jhbuild.modtypes import MetaModule



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