comparison src/gtkblist.c @ 12436:ef38c6ca0bde

[gaim-migrate @ 14743] this is irritating for users of GTK+ >= 2.6 as well committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 09 Dec 2005 06:03:10 +0000
parents 8a1de97b477f
children 92df64b6985b
comparison
equal deleted inserted replaced
12435:8f98014a4e7d 12436:ef38c6ca0bde
2953 statustext = g_strdup_printf(buf, tmp); 2953 statustext = g_strdup_printf(buf, tmp);
2954 2954
2955 g_free(tmp); 2955 g_free(tmp);
2956 } 2956 }
2957 #else 2957 #else
2958 g_strdelimit(tmp, "\n", ' ');
2958 statustext = tmp; 2959 statustext = tmp;
2959 #endif 2960 #endif
2960 } 2961 }
2961 2962
2962 if (gaim_presence_is_idle(presence)) { 2963 if (gaim_presence_is_idle(presence)) {