diff pidgin/plugins/disco/gtkdisco.h @ 28900:6126436715e8

xmppdisco: Close the input request when closing the dialog. Fixes a crash.
author Paul Aurich <paul@darkrain42.org>
date Sat, 07 Nov 2009 03:45:13 +0000
parents abf989278782
children
line wrap: on
line diff
--- a/pidgin/plugins/disco/gtkdisco.h	Fri Nov 06 21:28:04 2009 +0000
+++ b/pidgin/plugins/disco/gtkdisco.h	Sat Nov 07 03:45:13 2009 +0000
@@ -43,6 +43,8 @@
 
 	PurpleAccount *account;
 	PidginDiscoList *discolist;
+
+	gpointer *prompt_handle;
 };
 
 struct _PidginDiscoList {