* src/StartupDialog.py: handle SuSE 9.0's broken handling of
gconf * src/gramps.py: handle SuSE 9.0's broken handling of gconf svn: r2309
This commit is contained in:
@ -22,7 +22,12 @@ import const
|
||||
import gtk.glade
|
||||
import gnome
|
||||
import gnome.ui
|
||||
import gconf
|
||||
|
||||
try:
|
||||
import gconf
|
||||
except ImportError:
|
||||
import gnome.gconf
|
||||
gconf = gnome.gconf
|
||||
|
||||
from gettext import gettext as _
|
||||
|
||||
|
Reference in New Issue
Block a user