comparison 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
comparison
equal deleted inserted replaced
4289:971684503905 4290:8406c518b879
219 GtkWidget *view; 219 GtkWidget *view;
220 GtkListStore *ls; 220 GtkListStore *ls;
221 GtkCellRenderer *rend; 221 GtkCellRenderer *rend;
222 GtkTreeViewColumn *col; 222 GtkTreeViewColumn *col;
223 GtkTreeSelection *sel; 223 GtkTreeSelection *sel;
224 GtkTreePath *path; 224 GtkTreePath *path = NULL;
225 GtkListStore *store; 225 GtkListStore *store;
226 GdkPixbuf *pixbuf; 226 GdkPixbuf *pixbuf;
227 int ind =0; 227 int ind =0;
228 228
229 ret = gtk_vbox_new(FALSE, 18); 229 ret = gtk_vbox_new(FALSE, 18);