* src/GrampsCfg.py: Add comment about SUSE naming of gconf
* src/Relationship.py: detect a RuntimeError exception that occurs when we exceed the recursion depth limit. This occurs when a relationship loop is detected * src/gramps_main.py: handle relationship loop message svn: r2355
This commit is contained in:
@@ -42,6 +42,9 @@ import gtk.glade
|
||||
import gnome
|
||||
import gnome.ui
|
||||
|
||||
#
|
||||
# SUSE calls the gconf module "gnome.gconf"
|
||||
#
|
||||
try:
|
||||
import gconf
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user