diff src/gtkmain.c @ 13321:c61c0a4ba6de

[gaim-migrate @ 15690] Minor cleanups. Print GLib and GTK+ versions to the wingaim debug log. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 23 Feb 2006 15:19:35 +0000
parents 44a8d46ee3c1
children e3717f0d24ad
line wrap: on
line diff
--- a/src/gtkmain.c	Wed Feb 22 18:15:14 2006 +0000
+++ b/src/gtkmain.c	Thu Feb 23 15:19:35 2006 +0000
@@ -659,6 +659,9 @@
 #ifdef _WIN32
 	/** TODO: Move this to a wgaim_gtk_init() if we need such a thing */
 	wgaim_gtkspell_init();
+	gaim_debug_info("wgaim", "GTK+ :%u.%u.%u\n",
+		gtk_major_version, gtk_minor_version, gtk_micro_version);
+
 #endif
 
 	gaim_core_set_ui_ops(gaim_gtk_core_get_ui_ops());