[gaim-migrate @ 3599]

Tue, 17 Sep 2002 01:48:59 +0000

author
Robert McQueen <robot101@debian.org>
date
Tue, 17 Sep 2002 01:48:59 +0000
changeset 3526
35bb6c81d525
parent 3525
b3c0cf4f3b75
child 3527
f4dfad52c622

[gaim-migrate @ 3599]
this should fix a segfault on signing off (or maybe at other random times)(thanks robot101)

committer: Luke Schierer <lschiere@pidgin.im>

src/prefs.c file | annotate | diff | comparison | revisions
--- a/src/prefs.c	Mon Sep 16 21:40:11 2002 +0000
+++ b/src/prefs.c	Tue Sep 17 01:48:59 2002 +0000
@@ -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));

mercurial