diff pidgin-twitter.c @ 76:63bd9ca28be0 0.7.0 alpha1

- added nosuke and iratqq to the authors. - updated README. - minor cleanups.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sat, 28 Jun 2008 12:37:28 +0900
parents 6b9593d1ffed
children 0b93dd0e0de1
line wrap: on
line diff
--- a/pidgin-twitter.c	Sat Jun 28 04:56:13 2008 +0900
+++ b/pidgin-twitter.c	Sat Jun 28 12:37:28 2008 +0900
@@ -917,8 +917,8 @@
     GtkTextBuffer *target_buffer = NULL;
     GtkTextIter inserting_point, next_line;
     gchar *message;
-    GMatchInfo *match_info = NULL;
-    gchar *user_name_in_message;
+//    GMatchInfo *match_info = NULL;
+//    gchar *user_name_in_message;
     int icon_id;
     GList *entry_of_mark;
 
@@ -1483,10 +1483,10 @@
     PURPLE_PRIORITY_DEFAULT,    /**< priority	*/
     PLUGIN_ID,                  /**< id		*/
     "Pidgin-Twitter",           /**< name	*/
-    "0.7.0d1",                    /**< version	*/
-    "replaces usernames with links and plays sounds", /**  summary	*/
-    "replaces usernames with links and plays sounds", /**  desc	*/
-    "Yoshiki Yazawa, mikanbako and the pidging-twitter team",     /**< author	*/
+    "0.7.0 alpha1",                    /**< version	*/
+    "provides useful features for twitter", /**  summary	*/
+    "provides useful features for twitter", /**  desc	*/
+    "Yoshiki Yazawa, mikanbako, \nKonosuke Watanabe, IWATA Ray, \nthe pidging-twitter team",     /**< author	*/
     "http://www.honeyplanet.jp/",   /**< homepage	*/
     load_plugin,                /**< load	*/
     unload_plugin,              /**< unload	*/