| 837 pidgin_application_init_plugins(); |
837 pidgin_application_init_plugins(); |
| 838 |
838 |
| 839 /* load plugins we had when we quit */ |
839 /* load plugins we had when we quit */ |
| 840 purple_plugins_load_saved(PIDGIN_PREFS_ROOT "/plugins/loaded"); |
840 purple_plugins_load_saved(PIDGIN_PREFS_ROOT "/plugins/loaded"); |
| 841 |
841 |
| 842 /* gk 20201008: this needs to be moved to the buddy list initialization. */ |
|
| 843 pidgin_blist_setup_sort_methods(); |
|
| 844 |
|
| 845 gtk_window_set_default_icon_name("pidgin"); |
842 gtk_window_set_default_icon_name("pidgin"); |
| 846 |
843 |
| 847 g_free(opt_config_dir_arg); |
844 g_free(opt_config_dir_arg); |
| 848 opt_config_dir_arg = NULL; |
845 opt_config_dir_arg = NULL; |
| 849 |
846 |