diff pidgin/plugins/raw.c @ 15500:d75099d2567e

gaim_gtk to pidgin. I hope
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 07:23:11 +0000
parents 5fe8042783c1
children 535f002e7b0f
line wrap: on
line diff
--- a/pidgin/plugins/raw.c	Sat Feb 03 01:08:41 2007 +0000
+++ b/pidgin/plugins/raw.c	Sat Feb 03 07:23:11 2007 +0000
@@ -130,7 +130,7 @@
 	gtk_container_add(GTK_CONTAINER(window), hbox);
 
 	/* Account drop-down menu. */
-	dropdown = gaim_gtk_account_option_menu_new(NULL, FALSE,
+	dropdown = pidgin_account_option_menu_new(NULL, FALSE,
 			G_CALLBACK(account_changed_cb), NULL, NULL);
 
 	if (gaim_connections_get_all())
@@ -167,7 +167,7 @@
 	GAIM_MAJOR_VERSION,
 	GAIM_MINOR_VERSION,
 	GAIM_PLUGIN_STANDARD,
-	GAIM_GTK_PLUGIN_TYPE,
+	PIDGIN_PLUGIN_TYPE,
 	0,
 	NULL,
 	GAIM_PRIORITY_DEFAULT,