Mercurial > pidgin
comparison src/dialogs.c @ 1663:0f7d2284296f
[gaim-migrate @ 1673]
good fixes.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 30 Mar 2001 11:13:33 +0000 |
| parents | 09445224e2d9 |
| children | bea407767ac1 |
comparison
equal
deleted
inserted
replaced
| 1662:88e72116639d | 1663:0f7d2284296f |
|---|---|
| 802 grp = gtk_entry_get_text(GTK_ENTRY(a->entry)); | 802 grp = gtk_entry_get_text(GTK_ENTRY(a->entry)); |
| 803 | 803 |
| 804 if (a->gc) add_group(a->gc, grp); | 804 if (a->gc) add_group(a->gc, grp); |
| 805 else if (connections) add_group(connections->data, grp); | 805 else if (connections) add_group(connections->data, grp); |
| 806 | 806 |
| 807 build_edit_tree(); | |
| 808 | |
| 809 do_export( (GtkWidget *) NULL, 0 ); | 807 do_export( (GtkWidget *) NULL, 0 ); |
| 810 | 808 |
| 811 destroy_dialog(NULL, a->window); | 809 destroy_dialog(NULL, a->window); |
| 812 } | 810 } |
| 813 | 811 |
