Mercurial > pidgin
comparison src/dialogs.c @ 1396:df7c3cacac92
[gaim-migrate @ 1406]
Un-Alias option in right-click edit list, and show alias next to name in edit list.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 09 Jan 2001 09:16:19 +0000 |
| parents | 7dc0a8bb4dcb |
| children | d2799e0672ee |
comparison
equal
deleted
inserted
replaced
| 1395:567758889707 | 1396:df7c3cacac92 |
|---|---|
| 3427 if (n) g_snprintf(n->show, sizeof(n->show), "%s", b->show); | 3427 if (n) g_snprintf(n->show, sizeof(n->show), "%s", b->show); |
| 3428 c = c->next; | 3428 c = c->next; |
| 3429 } | 3429 } |
| 3430 do_export(0, 0); | 3430 do_export(0, 0); |
| 3431 destroy_dialog(aliasdlg, aliasdlg); | 3431 destroy_dialog(aliasdlg, aliasdlg); |
| 3432 build_edit_tree(); | |
| 3432 } | 3433 } |
| 3433 | 3434 |
| 3434 void alias_dialog(struct buddy_show *b) | 3435 void alias_dialog(struct buddy_show *b) |
| 3435 { | 3436 { |
| 3436 GtkWidget *frame; | 3437 GtkWidget *frame; |
