diff src/gtkblist.c @ 5451:e1cc0c67e123

[gaim-migrate @ 5839] some compile cleanups, and more importantly, the rest of that tobase16 fix that I forgot about committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 20 May 2003 01:31:56 +0000
parents 66e875239458
children 5b5aa701d46b
line wrap: on
line diff
--- a/src/gtkblist.c	Tue May 20 00:45:35 2003 +0000
+++ b/src/gtkblist.c	Tue May 20 01:31:56 2003 +0000
@@ -2199,7 +2199,7 @@
 {
 	GtkTreeIter more_z, iter;
 	GaimBlistNode *n;
-	GtkTreePath *newpath, *expand;
+	GtkTreePath *newpath, *expand = NULL;
 	GValue val = {0,};
 	struct _gaim_gtk_blist_node *gtknode = (struct _gaim_gtk_blist_node *)node->ui_data;
 	char *collapsed = gaim_group_get_setting((struct group *)node->parent, "collapsed");