]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-chatroom.c
EmpathySmileyManager: use the proper Unicode characters
[empathy.git] / libempathy / empathy-chatroom.c
index 5238af361e4e606c0bf911c74b675082b22df54b..b186b2dd2aef8f4a63095413af0bd007f0a60c2d 100644 (file)
  */
 
 #include "config.h"
+#include "empathy-chatroom.h"
 
-#include <string.h>
-
-#include <glib.h>
-#include <telepathy-glib/util.h>
+#include <tp-account-widgets/tpaw-utils.h>
 
-#include "empathy-chatroom.h"
 #include "empathy-utils.h"
 
 #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyChatroom)
@@ -418,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;
        }