# HG changeset patch # User Luke Schierer # Date 1042268015 0 # Node ID 8406c518b87912f89c6882dc56c4be9391452270 # Parent 971684503905897d640b14e7681123667a9c4093 [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 diff -r 971684503905 -r 8406c518b879 src/prefs.c --- 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;