diff src/buddy.c @ 1815:f15d449b3167

[gaim-migrate @ 1825] I am IRON MAN committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 06 May 2001 09:20:03 +0000
parents caa605e70917
children b367beee6448
line wrap: on
line diff
--- a/src/buddy.c	Sun May 06 08:13:03 2001 +0000
+++ b/src/buddy.c	Sun May 06 09:20:03 2001 +0000
@@ -50,12 +50,12 @@
 
 #include "pixmaps/add_small.xpm"
 #include "pixmaps/import_small.xpm"
-#include "pixmaps/export_small.xpm"
+/*#include "pixmaps/export_small.xpm"*/
 #if defined(GAIM_PLUGINS) || defined(USE_PERL)
 #include "pixmaps/plugins_small.xpm"
 #endif
 #include "pixmaps/prefs_small.xpm"
-#include "pixmaps/search_small.xpm"
+/*#include "pixmaps/search_small.xpm"*/
 #ifdef USE_APPLET
 #include "pixmaps/close_small.xpm"
 #else
@@ -2145,7 +2145,7 @@
 	char infotip[2048];
 	char warn[256];
 	char caps[256];
-	char *sotime, *itime;
+	char *sotime = NULL, *itime;
 
 	time(&t);
 	if (!bs->connlist) return;