From 294a19437a0ac22d5853dd1ec0934042fcd86360 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 17 Jul 2008 22:19:43 +0200 Subject: Add UI in the preference dialog to select the path to adium theme --- libempathy-gtk/empathy-theme-adium.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libempathy-gtk/empathy-theme-adium.c') diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 876744018..a878715b6 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -580,3 +580,9 @@ empathy_theme_adium_new (void) return g_object_new (EMPATHY_TYPE_THEME_ADIUM, NULL); } +gboolean +empathy_theme_adium_is_valid (const gchar *path) +{ + return TRUE; +} + -- cgit v1.2.3