| 36 gnt_box_set_toplevel(GNT_BOX(accounts.window), TRUE); |
36 gnt_box_set_toplevel(GNT_BOX(accounts.window), TRUE); |
| 37 gnt_box_set_title(GNT_BOX(accounts.window), _("Accounts")); |
37 gnt_box_set_title(GNT_BOX(accounts.window), _("Accounts")); |
| 38 gnt_widget_set_name(accounts.window, "accounts"); |
38 gnt_widget_set_name(accounts.window, "accounts"); |
| 39 |
39 |
| 40 gnt_box_add_widget(GNT_BOX(accounts.window), |
40 gnt_box_add_widget(GNT_BOX(accounts.window), |
| 41 gnt_label_new(_("You can enable/disable accounts from the follwing list."))); |
41 gnt_label_new(_("You can enable/disable accounts from the following list."))); |
| 42 |
42 |
| 43 accounts.tree = gnt_tree_new(); |
43 accounts.tree = gnt_tree_new(); |
| 44 GNT_WIDGET_SET_FLAGS(accounts.tree, GNT_WIDGET_NO_BORDER); |
44 GNT_WIDGET_SET_FLAGS(accounts.tree, GNT_WIDGET_NO_BORDER); |
| 45 |
45 |
| 46 for (iter = gaim_accounts_get_all(); iter; iter = iter->next) |
46 for (iter = gaim_accounts_get_all(); iter; iter = iter->next) |