From 4c782007bf100a3820dc265bca6fceda17991a77 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 22 Jun 2009 10:43:38 +0200 Subject: Move all data about an adium theme into EmpathyAdiumData struct and share it with all EmpathyThemeAdium instances. --- src/empathy-preferences.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-preferences.c') 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); -- cgit v1.2.3