mk_color_string has moved and its name changed
This commit is contained in:
parent
2265a42269
commit
8fd1717afd
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue