import Pango before Gtk, or some things start to go wrong in GTK3 (see gramps/gui/grampsgui.py)

svn: r20784
This commit is contained in:
Jérôme Rapinat 2012-12-15 09:59:49 +00:00
parent 3c285ad02e
commit e5beb28b0c

View File

@ -29,9 +29,9 @@ Provide the basic functionality for a list view
# GTK # GTK
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
from gi.repository import Pango
from gi.repository import Gdk from gi.repository import Gdk
from gi.repository import Gtk from gi.repository import Gtk
from gi.repository import Pango
from gramps.gen.const import THUMBSCALE from gramps.gen.const import THUMBSCALE
#------------------------------------------------------------------------- #-------------------------------------------------------------------------