diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-21 01:14:24 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-12 00:06:32 +0800 |
commit | 5600490e9edda705b4b58720433b476c0d744115 (patch) | |
tree | 65bd4699ce71af5b949977a37f9ad6ffc95cd51b /src/empathy-preferences.c | |
parent | 8ab8a754b3c23bf8d8b2298fe20bc6a7ea7dac63 (diff) | |
download | gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.gz gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.bz2 gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.lz gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.xz gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.tar.zst gsoc2013-empathy-5600490e9edda705b4b58720433b476c0d744115.zip |
Port to new API
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; |