comparison src/gtkmain.c @ 10418:bed2c96bc1fb

[gaim-migrate @ 11669] I split the status-saving code into it's own little API, because it really is separate from the other status.c savedstatuses.c sits on top of the rest of the status API. And you can delete saved statuses now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 00:46:26 +0000
parents ce098e226486
children 9903182f2aac
comparison
equal deleted inserted replaced
10417:823ad21cd95a 10418:bed2c96bc1fb
638 638
639 /* load plugins we had when we quit */ 639 /* load plugins we had when we quit */
640 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded"); 640 gaim_plugins_load_saved("/gaim/gtk/plugins/loaded");
641 641
642 gaim_pounces_load(); 642 gaim_pounces_load();
643 gaim_statuses_load();
644 643
645 ui_main(); 644 ui_main();
646 645
647 #ifdef USE_SM 646 #ifdef USE_SM
648 session_init(argv[0], opt_session_arg, opt_config_dir_arg); 647 session_init(argv[0], opt_session_arg, opt_config_dir_arg);