aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-preferences.c')
-rw-r--r--src/empathy-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index dfdf2a89d..cb087cb30 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -957,7 +957,7 @@ preferences_theme_adium_update_validity (EmpathyPreferences *preferences,
const gchar *path)
{
#ifdef HAVE_WEBKIT
- if (empathy_theme_adium_is_valid (path)) {
+ if (empathy_adium_path_is_valid (path)) {
gtk_widget_hide (preferences->label_invalid_adium_theme);
} else {
gtk_widget_show (preferences->label_invalid_adium_theme);