diff options
Diffstat (limited to 'src/empathy-preferences.c')
-rw-r--r-- | src/empathy-preferences.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c index b74c85c61..4c88db675 100644 --- a/src/empathy-preferences.c +++ b/src/empathy-preferences.c @@ -974,7 +974,7 @@ preferences_theme_adium_path_notify_cb (EmpathyConf *conf, return; } - if (G_STR_EMPTY (value)) { + if (EMP_STR_EMPTY (value)) { path = g_get_home_dir (); } else { path = value; |