Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2005-12-01 22:17:23 +0300
committerYann Leboulanger <asterix@lagaule.org>2005-12-01 22:17:23 +0300
commit8fd1717afd137e9efc0d2dd0ba7bed60d6bca41b (patch)
treea23446123cfc5eb19639c198d78073648203430b /src/gajim_themes_window.py
parent2265a42269d69fc4e0409c130d90cfebb9d67849 (diff)
mk_color_string has moved and its name changed
Diffstat (limited to 'src/gajim_themes_window.py')
-rw-r--r--src/gajim_themes_window.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gajim_themes_window.py b/src/gajim_themes_window.py
index 6b98290ef..419bc08c2 100644
--- a/src/gajim_themes_window.py
+++ b/src/gajim_themes_window.py
@@ -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,