]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-chatroom.c
sort contacts by most recent event
[empathy.git] / libempathy / empathy-chatroom.c
index dcc72d5f730fe3e4f8d8028ae50b58e8bf6122c7..b186b2dd2aef8f4a63095413af0bd007f0a60c2d 100644 (file)
  */
 
 #include "config.h"
-
 #include "empathy-chatroom.h"
+
+#include <tp-account-widgets/tpaw-utils.h>
+
 #include "empathy-utils.h"
 
 #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyChatroom)
@@ -413,7 +415,7 @@ empathy_chatroom_get_name (EmpathyChatroom *chatroom)
 
        priv = GET_PRIV (chatroom);
 
-       if (EMP_STR_EMPTY (priv->name)) {
+       if (TPAW_STR_EMPTY (priv->name)) {
                return priv->room;
        }