comparison src/core.c @ 11654:bf6ba37db13b

[gaim-migrate @ 13938] Some changes to the gtkstatusbar. I took out all the saved statuses. They should be replaced by a list of the most recently used saved+transient statuses. I also removed the /core/away/default_message preference and replaced it with /core/status/current and /core/status/idleaway. These new prefs store the title of the saved status that is being used and should be used when you become idle, respectively. Some bits still need some work, but I think this is moving in the right direction. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 13 Oct 2005 02:50:13 +0000
parents 610a243b4504
children e67993da8a22
comparison
equal deleted inserted replaced
11653:c7aaac1fb252 11654:bf6ba37db13b
105 * subsystem right away too. 105 * subsystem right away too.
106 */ 106 */
107 gaim_plugins_init(); 107 gaim_plugins_init();
108 gaim_plugins_probe(GAIM_PLUGIN_EXT); 108 gaim_plugins_probe(GAIM_PLUGIN_EXT);
109 109
110 gaim_savedstatuses_init();
110 gaim_status_init(); 111 gaim_status_init();
111 gaim_savedstatuses_init();
112 gaim_accounts_init(); 112 gaim_accounts_init();
113 gaim_ciphers_init(); 113 gaim_ciphers_init();
114 gaim_connections_init(); 114 gaim_connections_init();
115 gaim_conversations_init(); 115 gaim_conversations_init();
116 gaim_blist_init(); 116 gaim_blist_init();