changeset 146:62b90f3b0b8a

replaced a occurrence of is_twitter_conv()
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 24 Jul 2008 06:29:56 +0900
parents f220da0c089e
children 3abee459c81c
files pidgin-twitter.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin-twitter.c	Thu Jul 24 06:26:42 2008 +0900
+++ b/pidgin-twitter.c	Thu Jul 24 06:29:56 2008 +0900
@@ -990,7 +990,8 @@
     }
 
     /* escape pseudo command (to show same result to sending message) */
-    if(is_twitter_conv(conv) && purple_prefs_get_bool(OPT_ESCAPE_PSEUDO)) {
+    if(service == twitter_service &&
+       purple_prefs_get_bool(OPT_ESCAPE_PSEUDO)) {
         escape(buffer);
     }