Mercurial > pidgin
comparison src/dialogs.c @ 1699:644056e095f1
[gaim-migrate @ 1709]
adding a buddy doesn't cause a redraw of the edit buddies tab
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 12 Apr 2001 01:03:56 +0000 |
| parents | bea407767ac1 |
| children | f42ce672c560 |
comparison
equal
deleted
inserted
replaced
| 1698:4c3bcc579e71 | 1699:644056e095f1 |
|---|---|
| 788 | 788 |
| 789 if (c != NULL) { | 789 if (c != NULL) { |
| 790 update_buttons_by_protocol(c); | 790 update_buttons_by_protocol(c); |
| 791 } | 791 } |
| 792 | 792 |
| 793 build_edit_tree(); | |
| 794 | |
| 795 do_export( (GtkWidget *) NULL, 0 ); | 793 do_export( (GtkWidget *) NULL, 0 ); |
| 796 | 794 |
| 797 destroy_dialog(NULL, a->window); | 795 destroy_dialog(NULL, a->window); |
| 798 } | 796 } |
| 799 | 797 |
| 2968 return; | 2966 return; |
| 2969 } | 2967 } |
| 2970 | 2968 |
| 2971 parse_toc_buddy_list(gc, buf, 1); | 2969 parse_toc_buddy_list(gc, buf, 1); |
| 2972 | 2970 |
| 2973 build_edit_tree(); | |
| 2974 | |
| 2975 fclose( f ); | 2971 fclose( f ); |
| 2976 | 2972 |
| 2977 if ( from_dialog ) { | 2973 if ( from_dialog ) { |
| 2978 /* save what we just did to cache */ | 2974 /* save what we just did to cache */ |
| 2979 | 2975 |
