| 2514 } |
2514 } |
| 2515 |
2515 |
| 2516 void |
2516 void |
| 2517 gaim_gtk_account_init(void) |
2517 gaim_gtk_account_init(void) |
| 2518 { |
2518 { |
| 2519 gaim_debug_register_category("buddyicon"); |
|
| 2520 |
|
| 2521 gaim_prefs_add_none("/gaim/gtk/accounts"); |
2519 gaim_prefs_add_none("/gaim/gtk/accounts"); |
| 2522 gaim_prefs_add_none("/gaim/gtk/accounts/dialog"); |
2520 gaim_prefs_add_none("/gaim/gtk/accounts/dialog"); |
| 2523 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/width", 550); |
2521 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/width", 550); |
| 2524 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/height", 250); |
2522 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/height", 250); |
| 2525 |
2523 |