mk_color_string has moved and its name changed

This commit is contained in:
Yann Leboulanger 2005-12-01 19:17:23 +00:00
parent 2265a42269
commit 8fd1717afd
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import gtk.glade
import gobject import gobject
import pango import pango
import dialogs import dialogs
from config import mk_color_string import gtkgui_helpers
from common import gajim from common import gajim
from common import i18n from common import i18n
@ -237,7 +237,7 @@ class GajimThemesWindow:
''' set color value in prefs and update the UI ''' ''' set color value in prefs and update the UI '''
if state: if state:
color = widget.get_color() color = widget.get_color()
color_string = mk_color_string(color) color_string = gtkgui_helpers.make_color_string(color)
else: else:
color_string = '' color_string = ''
gajim.config.set_per('themes', self.current_theme, gajim.config.set_per('themes', self.current_theme,