changeset 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 971684503905
children 7d3c552c4a89
files src/prefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;