gtkgui doesn't exist anymore

cell_renderer_image is gtk specific so it's not in common
This commit is contained in:
Yann Leboulanger 2005-04-18 16:40:10 +00:00
parent 17344ef0f8
commit 7575ae90fb
5 changed files with 3 additions and 6 deletions

View File

@ -24,11 +24,10 @@ import os
import common.sleepy
import dialogs
import gtkgui
import cell_renderer_image
from common import gajim
from common import connection
from common import i18n
from common import cell_renderer_image
_ = i18n._
APP = i18n.APP

View File

@ -27,8 +27,6 @@ APP = i18n.APP
gtk.glade.bindtextdomain (APP, i18n.DIR)
gtk.glade.textdomain (APP)
import gtkgui
GTKGUI_GLADE='gtkgui.glade'
class Vcard_information_window:

View File

@ -24,9 +24,9 @@ import gobject
import time
import dialogs
import chat
import cell_renderer_image
from common import gajim
from common import i18n
from common import cell_renderer_image
_ = i18n._
APP = i18n.APP

View File

@ -30,10 +30,10 @@ import groupchat_window
import history_window
import dialogs
import config
import cell_renderer_image
from gtkgui import User
from common import gajim
from common import cell_renderer_image
from common import i18n
_ = i18n._