Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv18344/src
Modified Files:
prefs.c
Log Message:
this should fix a segfault on signing off (or maybe at other random times)(thanks robot101)
Index: prefs.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/prefs.c,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -d -r1.252 -r1.253
--- prefs.c 16 Sep 2002 18:14:39 -0000 1.252
+++ prefs.c 17 Sep 2002 01:48:59 -0000 1.253
@@ -105,7 +105,8 @@
}
sound_entry = NULL;
browser_entry = NULL;
- debugbutton=NULL;
+ debugbutton = NULL;
+ prefs_away_menu = NULL;
if(sounddialog)
gtk_widget_destroy(sounddialog);
g_object_unref(G_OBJECT(prefs_away_store));
|