comparison pidgin/gtkblist.c @ 28303:870015b978c9

Fix compiling with Gtk < 2.6.0, looks like someone accidentally pasted this
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 18 Aug 2009 18:28:00 +0000
parents 6b05a0e36ffb
children dfd8d82313be 901476dc70b9
comparison
equal deleted inserted replaced
28302:62ddff393f6c 28303:870015b978c9
4095 if(vis == 20) 4095 if(vis == 20)
4096 g_snprintf(buf, sizeof(buf), "%%.%ds...", length); 4096 g_snprintf(buf, sizeof(buf), "%%.%ds...", length);
4097 else 4097 else
4098 g_snprintf(buf, sizeof(buf), "%%s "); 4098 g_snprintf(buf, sizeof(buf), "%%s ");
4099 4099
4100 statustext = g_strdup_printf(buf, tmp);purple_presence_is_idle(presence) 4100 statustext = g_strdup_printf(buf, tmp);
4101 4101
4102 g_free(tmp); 4102 g_free(tmp);
4103 } 4103 }
4104 #else 4104 #else
4105 if(tmp) { 4105 if(tmp) {