diff src/prefs.c @ 4290:8406c518b879

[gaim-migrate @ 4543] this fixes the crash i posted to gaim-devel, but there is probly a better fix: it introduces a non-fatal gtk warning about an assertion failing. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 11 Jan 2003 06:53:35 +0000
parents a723d060620a
children 0bdfcae57be7
line wrap: on
line diff
--- a/src/prefs.c	Sat Jan 11 04:54:00 2003 +0000
+++ b/src/prefs.c	Sat Jan 11 06:53:35 2003 +0000
@@ -221,7 +221,7 @@
 	GtkCellRenderer *rend;
 	GtkTreeViewColumn *col;
 	GtkTreeSelection *sel;
-	GtkTreePath *path;
+	GtkTreePath *path = NULL;
 	GtkListStore *store;
 	GdkPixbuf *pixbuf;
 	int ind =0;