# HG changeset patch # User Yoshiki Yazawa # Date 1216848596 -32400 # Node ID 62b90f3b0b8aecfb880c5364e4c310b8a8f23e6e # Parent f220da0c089e1b7527f72cc9486ab10e41c59b89 replaced a occurrence of is_twitter_conv() diff -r f220da0c089e -r 62b90f3b0b8a pidgin-twitter.c --- 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); }