diff src/main.c @ 5673:62f57ec16f29

[gaim-migrate @ 6091] Moved GTK conversation preferences to gtkconv.c, and attached the first callback, which shows/hides close buttons on pref change. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 19:37:23 +0000
parents 132a30783c3d
children 9befba33f7c8
line wrap: on
line diff
--- a/src/main.c	Mon Jun 02 18:19:26 2003 +0000
+++ b/src/main.c	Mon Jun 02 19:37:23 2003 +0000
@@ -887,6 +887,8 @@
 	gaim_prefs_init();
 	gaim_gtk_prefs_init();
 
+	gaim_gtk_conversation_init();
+
 	plugin_search_paths[0] = LIBDIR;
 	plugin_search_paths[1] = gaim_user_dir();
 	plugin_search_paths[2] = g_strdup_printf("%s/plugins", gaim_user_dir());