comparison src/core.c @ 10504:1a97d5e88d12

[gaim-migrate @ 11796] Lots of things here: - Several memory leak fixes - A few invalid memory access fixes - Fix a yahoo crash going idle when away - Fix Add user in chats to actually fill in the screenname - Add gaim_account_{get,set}_enabled to perl - Fix command priorities (fixes /me in IRC) - Fix MSN notification server transfer to be quiet about it - Fix MSN blist sync if user has insane friendly name - Make the docklet less crash-happy if it fails to embed in 3 seconds - Only probe for native plugins with the correct file extension - 1 typo fix :) ... and quite possibly something else I forgot. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 11 Jan 2005 17:25:06 +0000
parents 12460aa2c820
children 72a5babfa8b4
comparison
equal deleted inserted replaced
10503:776586d647e3 10504:1a97d5e88d12
80 80
81 /* Since plugins get probed so early we should probably initialize their 81 /* Since plugins get probed so early we should probably initialize their
82 * subsystem right away too. 82 * subsystem right away too.
83 */ 83 */
84 gaim_plugins_init(); 84 gaim_plugins_init();
85 gaim_plugins_probe(NULL); 85 gaim_plugins_probe(GAIM_PLUGIN_EXT);
86 86
87 if (ops != NULL) 87 if (ops != NULL)
88 { 88 {
89 if (ops->ui_prefs_init != NULL) 89 if (ops->ui_prefs_init != NULL)
90 ops->ui_prefs_init(); 90 ops->ui_prefs_init();