comparison src/buddy.c @ 2824:2c39e70dd07c

[gaim-migrate @ 2837] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 01 Dec 2001 02:14:47 +0000
parents feea7103a235
children b1e300a85678
comparison
equal deleted inserted replaced
2823:cd23279122ed 2824:2c39e70dd07c
243 struct buddy_show *bs; 243 struct buddy_show *bs;
244 struct group_show *gs; 244 struct group_show *gs;
245 struct group *g; 245 struct group *g;
246 GtkCTreeNode *c; 246 GtkCTreeNode *c;
247 char buf[256]; 247 char buf[256];
248
249 if (!strcmp(b->show, prevname))
250 g_snprintf(b->show, sizeof(b->show), "%s", b->name);
248 251
249 /* well you shouldn't be calling this if nothing changed. duh. */ 252 /* well you shouldn't be calling this if nothing changed. duh. */
250 do_export(b->gc); 253 do_export(b->gc);
251 254
252 c = gtk_ctree_find_by_row_data(GTK_CTREE(edittree), NULL, b); 255 c = gtk_ctree_find_by_row_data(GTK_CTREE(edittree), NULL, b);