]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-individual-view.c
tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it
[empathy.git] / libempathy-gtk / empathy-individual-view.c
index 4344840e4f72564895c9700864c268aa3d286c50..22e65a0ec53e90b6e431131d325154c310703691 100644 (file)
@@ -1596,7 +1596,7 @@ individual_view_row_has_child_toggled_cb (GtkTreeModel *model,
       EMPATHY_INDIVIDUAL_STORE_COL_NAME, &name,
       -1);
 
-  if (!is_group || EMP_STR_EMPTY (name))
+  if (!is_group || TPAW_STR_EMPTY (name))
     {
       g_free (name);
       return;