comparison src/gtkconv.c @ 10443:b6ca0e1b19d0

[gaim-migrate @ 11703] Shuffle some things around in prefs.c and use xmlnode/the util function for saving prefs. Now all our xml files are written to disk at once, with gobs of error detection. If anyone complains about losing their config file with 2.x, send them to me. Muwha ha ha ha ha. Ha. Heh. Sigh. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 28 Dec 2004 19:11:15 +0000
parents 843ed1f2bf3f
children 0349cb9aa5a4
comparison
equal deleted inserted replaced
10442:937697da5233 10443:b6ca0e1b19d0
5889 } 5889 }
5890 5890
5891 void 5891 void
5892 gaim_gtk_conversations_uninit(void) 5892 gaim_gtk_conversations_uninit(void)
5893 { 5893 {
5894 gaim_prefs_disconnect_by_handle(gaim_gtk_conversations_get_handle());
5894 gaim_signals_unregister_by_instance(gaim_gtk_conversations_get_handle()); 5895 gaim_signals_unregister_by_instance(gaim_gtk_conversations_get_handle());
5895 } 5896 }