Import GDK in preparation for GTK3 conversion
Some parts of GTK moved to GDK, so we need to import the latter for things to work after the conversion script runs. Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
This commit is contained in:
parent
9cb18cdcf3
commit
aed295ec4e
@ -15,6 +15,7 @@
|
|||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
from gtk import gdk
|
||||||
import gtk
|
import gtk
|
||||||
import gettext
|
import gettext
|
||||||
import gconf
|
import gconf
|
||||||
|
@ -23,6 +23,7 @@ STABLE.
|
|||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
from gtk import gdk
|
||||||
import gtk
|
import gtk
|
||||||
import gobject
|
import gobject
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ STABLE.
|
|||||||
import os
|
import os
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
from gtk import gdk
|
||||||
import gtk
|
import gtk
|
||||||
import pango
|
import pango
|
||||||
import gconf
|
import gconf
|
||||||
|
@ -21,6 +21,7 @@ STABLE.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import gobject
|
import gobject
|
||||||
|
from gtk import gdk
|
||||||
import gtk
|
import gtk
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ UNSTABLE. Used only internally by Activity and jarabe.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import gtk
|
import gtk
|
||||||
|
from gtk import gdk
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user