diff pidgin/plugins/disco/gtkdisco.h @ 27166:abf989278782

Store the currently selected service in the Dialog structure This will come in handy with the context menu, since the callbacks for those will just pass the dialog (and most of these callbacks don't use the GtkFirstArgument*).
author Paul Aurich <paul@darkrain42.org>
date Mon, 08 Jun 2009 05:23:45 +0000
parents 08964b4b2fe4
children 6126436715e8
line wrap: on
line diff
--- a/pidgin/plugins/disco/gtkdisco.h	Mon Jun 08 04:42:33 2009 +0000
+++ b/pidgin/plugins/disco/gtkdisco.h	Mon Jun 08 05:23:45 2009 +0000
@@ -39,6 +39,7 @@
 	GtkWidget *register_button;
 	GtkWidget *add_button;
 	GtkWidget *close_button;
+	XmppDiscoService *selected;
 
 	PurpleAccount *account;
 	PidginDiscoList *discolist;