# HG changeset patch # User Yoshiki Yazawa # Date 1209627388 -32400 # Node ID e58e7c1fcbe586a9022377e415bca355373b1747 # Parent 1a46d5039f0fa192f72583369d76909bfd06bf93 fixed typo. pointed out by nosuke too. :D diff -r 1a46d5039f0f -r e58e7c1fcbe5 pidgin-twitter.c --- a/pidgin-twitter.c Thu May 01 15:54:41 2008 +0900 +++ b/pidgin-twitter.c Thu May 01 16:36:28 2008 +0900 @@ -44,7 +44,7 @@ #define OPT_USERLIST_RECIPIENT OPT_PIDGINTWITTER "/userlist_recipient" #define OPT_USERLIST_SENDER OPT_PIDGINTWITTER "/userlist_sender" #define RECIPIENT_FORMAT "@%s" -#define SENDER_FORMAT "%s :" +#define SENDER_FORMAT "%s: " #define DEFAULT_LIST "(list of users: separated with ' ,:;')" #define twitter_debug(fmt, ...) purple_debug(PURPLE_DEBUG_INFO, PIDGINTWITTER_PLUGIN_ID, \