]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-chatroom.c
sort contacts by most recent event
[empathy.git] / libempathy / empathy-chatroom.c
index 32bb4ce30afd1a3e67cbdbcde367f167f38aab22..b186b2dd2aef8f4a63095413af0bd007f0a60c2d 100644 (file)
@@ -22,6 +22,8 @@
 #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;
        }