]> git.0d.be Git - empathy.git/commitdiff
Replace G_STR_EMPTY in newly added code too.
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 23 Jan 2009 13:52:52 +0000 (13:52 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 23 Jan 2009 13:52:52 +0000 (13:52 +0000)
svn path=/trunk/; revision=2251

src/empathy-import-dialog.c

index 7aa537afaf7ffbed293343dfe57d6d77dc2cf75c..61d12e5cbd3f06ceb49ae949efdae7206b79dd0d 100644 (file)
@@ -64,7 +64,7 @@ empathy_import_account_data_new (const gchar *source)
 {
   EmpathyImportAccountData *data;
 
-  g_return_val_if_fail (!G_STR_EMPTY (source), NULL);
+  g_return_val_if_fail (!EMP_STR_EMPTY (source), NULL);
 
   data = g_slice_new0 (EmpathyImportAccountData);
   data->settings = g_hash_table_new_full (g_str_hash, g_str_equal, NULL,