comparison 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
comparison
equal deleted inserted replaced
27165:8671d9a37002 27166:abf989278782
37 GtkWidget *stop_button; 37 GtkWidget *stop_button;
38 GtkWidget *browse_button; 38 GtkWidget *browse_button;
39 GtkWidget *register_button; 39 GtkWidget *register_button;
40 GtkWidget *add_button; 40 GtkWidget *add_button;
41 GtkWidget *close_button; 41 GtkWidget *close_button;
42 XmppDiscoService *selected;
42 43
43 PurpleAccount *account; 44 PurpleAccount *account;
44 PidginDiscoList *discolist; 45 PidginDiscoList *discolist;
45 }; 46 };
46 47