diff pidgin-twitter.h @ 85:fb9831fae969

- fixed the bug that icons didn't appear correctly for wassr conversation. - new function get_service_type() has been added. it takes PurpleConversation and returns service type number. - numerous is_*_conv() have been replaced with get_service_type() and switch clause.
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sun, 06 Jul 2008 01:51:07 +0900
parents 0c1f63882b8a
children 89f52081f115 2b7ef3538cd3
line wrap: on
line diff
--- a/pidgin-twitter.h	Sat Jul 05 21:10:43 2008 +0900
+++ b/pidgin-twitter.h	Sun Jul 06 01:51:07 2008 +0900
@@ -103,5 +103,6 @@
 static void init_plugin(PurplePlugin *plugin);
 static void remove_marks_func(gpointer key, gpointer value, gpointer user_data);
 static void cancel_fetch_func(gpointer key, gpointer value, gpointer user_data);
+static gint get_service_type(PurpleConversation *conv);
 
 #endif