diff src/main.c @ 6009:5cd7a10c6ade

[gaim-migrate @ 6457] Renamed setup_stock() to gaim_gtk_stock_init(), to be more compliant with the rest of the naming schemes. We now initialize it before registering the debug stuff, so the debug window can use our stock icons. Also, added a Pause stock icon, and used it in the debug window. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 04 Jul 2003 00:04:07 +0000
parents 7711ef5338a0
children 272c761c52e3
line wrap: on
line diff
--- a/src/main.c	Thu Jul 03 23:40:10 2003 +0000
+++ b/src/main.c	Fri Jul 04 00:04:07 2003 +0000
@@ -524,7 +524,6 @@
 	}
 
 	gaim_gtk_blist_setup_sort_methods();
-	setup_stock();
 
 #ifndef _WIN32
 	/* use the nice PNG icon for all the windows */
@@ -837,6 +836,9 @@
 		return 0;
 	}
 
+	/* This has to be done before the debug stuff. */
+	gaim_gtk_stock_init();
+
 	gaim_prefs_init();
 	gaim_gtk_prefs_init();