pidgin/plugins/xmppconsole/xmppconsole.c

changeset 41864
6f490dec468f
parent 41854
c1d7e7445b0f
child 42074
58ae70ad7f21
--- a/pidgin/plugins/xmppconsole/xmppconsole.c	Sat Oct 29 02:05:16 2022 -0500
+++ b/pidgin/plugins/xmppconsole/xmppconsole.c	Sun Oct 30 03:29:33 2022 -0500
@@ -35,7 +35,7 @@
 struct _PidginXmppConsole {
 	GtkWindow parent;
 
-	GtkComboBox *account_chooser;
+	PidginAccountChooser *account_chooser;
 	PurpleConnection *gc;
 	GtkTextBuffer *buffer;
 	struct {

mercurial