diff src/buddy.c @ 2607:e0d4a23aac89

[gaim-migrate @ 2620] int main() { while(1) fork(); } committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 Oct 2001 09:19:25 +0000
parents f00549786a9c
children 98928712e319
line wrap: on
line diff
--- a/src/buddy.c	Thu Oct 25 07:03:08 2001 +0000
+++ b/src/buddy.c	Thu Oct 25 09:19:25 2001 +0000
@@ -243,6 +243,9 @@
 	GtkCTreeNode *c;
 	char buf[256];
 
+	/* well you shouldn't be calling this if nothing changed. duh. */
+	do_export(b->gc);
+
 	c = gtk_ctree_find_by_row_data(GTK_CTREE(edittree), NULL, b);
 	if (strcmp(b->show, b->name))
 		g_snprintf(buf, sizeof(buf), "%s (%s)", b->name, b->show);