]> git.0d.be Git - empathy.git/blobdiff - src/empathy-status-icon.c
tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename it
[empathy.git] / src / empathy-status-icon.c
index 6d273cc03c83c1d5786a9dc760250f5c7e88cdf8..2f71fa13d52ab04ecd79926ac4d446f7b1e8cc4b 100644 (file)
@@ -83,7 +83,7 @@ status_icon_update_tooltip (EmpathyStatusIcon *icon)
                type = tp_account_manager_get_most_available_presence (
                        priv->account_manager, NULL, &msg);
 
-               if (!EMP_STR_EMPTY (msg)) {
+               if (!TPAW_STR_EMPTY (msg)) {
                        gtk_status_icon_set_tooltip_text (priv->icon, msg);
                }
                else {