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:
parent
3c285ad02e
commit
e5beb28b0c
@ -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
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user