comparison pidgin/gtkblist.c @ 28307:dfd8d82313be 2.6.0_jp

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 19 Aug 2009 03:57:54 +0900
parents 968ec034a958 870015b978c9
children 4a2adf413aaa
comparison
equal deleted inserted replaced
28284:63d8b9b93cba 28307:dfd8d82313be
4101 if(vis == 20) 4101 if(vis == 20)
4102 g_snprintf(buf, sizeof(buf), "%%.%ds...", length); 4102 g_snprintf(buf, sizeof(buf), "%%.%ds...", length);
4103 else 4103 else
4104 g_snprintf(buf, sizeof(buf), "%%s "); 4104 g_snprintf(buf, sizeof(buf), "%%s ");
4105 4105
4106 statustext = g_strdup_printf(buf, tmp);purple_presence_is_idle(presence) 4106 statustext = g_strdup_printf(buf, tmp);
4107 4107
4108 g_free(tmp); 4108 g_free(tmp);
4109 } 4109 }
4110 #else 4110 #else
4111 if(tmp) { 4111 if(tmp) {