diff pidgin/plugins/gtk-signals-test.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 32c366eeeb99
line wrap: on
line diff
--- a/pidgin/plugins/gtk-signals-test.c	Sat Feb 03 01:08:41 2007 +0000
+++ b/pidgin/plugins/gtk-signals-test.c	Sat Feb 03 07:23:11 2007 +0000
@@ -56,7 +56,7 @@
  * Conversation subsystem signal callbacks
  **************************************************************************/
 static void
-conversation_dragging_cb(GaimGtkWindow *source, GaimGtkWindow *destination) {
+conversation_dragging_cb(PidginWindow *source, PidginWindow *destination) {
 	gaim_debug_info("gtk-signal-test", "conversation dragging cb\n");
 }
 
@@ -109,9 +109,9 @@
 static gboolean
 plugin_load(GaimPlugin *plugin)
 {
-	void *accounts_handle = gaim_gtk_account_get_handle();
-	void *blist_handle = gaim_gtk_blist_get_handle();
-	void *conv_handle = gaim_gtk_conversations_get_handle();
+	void *accounts_handle = pidgin_account_get_handle();
+	void *blist_handle = pidgin_blist_get_handle();
+	void *conv_handle = pidgin_conversations_get_handle();
 
 	/* Accounts subsystem signals */
 	gaim_signal_connect(accounts_handle, "account-modified",
@@ -151,7 +151,7 @@
 	GAIM_MAJOR_VERSION,
 	GAIM_MINOR_VERSION,
 	GAIM_PLUGIN_STANDARD,                             /**< type           */
-	GAIM_GTK_PLUGIN_TYPE,                             /**< ui_requirement */
+	PIDGIN_PLUGIN_TYPE,                             /**< ui_requirement */
 	0,                                                /**< flags          */
 	NULL,                                             /**< dependencies   */
 	GAIM_PRIORITY_DEFAULT,                            /**< priority       */