Skip to content
Snippets Groups Projects
Commit 8fd1717a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

mk_color_string has moved and its name changed

parent 2265a422
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ import gtk.glade
import gobject
import pango
import dialogs
from config import mk_color_string
import gtkgui_helpers
from common import gajim
from common import i18n
......@@ -237,7 +237,7 @@ class GajimThemesWindow:
''' set color value in prefs and update the UI '''
if state:
color = widget.get_color()
color_string = mk_color_string(color)
color_string = gtkgui_helpers.make_color_string(color)
else:
color_string = ''
gajim.config.set_per('themes', self.current_theme,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment