diff pidgin/plugins/gevolution/gevolution.c @ 15501: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/gevolution/gevolution.c	Sat Feb 03 01:08:41 2007 +0000
+++ b/pidgin/plugins/gevolution/gevolution.c	Sat Feb 03 07:23:11 2007 +0000
@@ -408,7 +408,7 @@
 	gtk_container_set_border_width(GTK_CONTAINER(ret), 12);
 
 	/* Configuration frame */
-	vbox = gaim_gtk_make_frame(ret, _("Evolution Integration Configuration"));
+	vbox = pidgin_make_frame(ret, _("Evolution Integration Configuration"));
 
 	/* Label */
 	label = gtk_label_new(_("Select all accounts that buddies should be "
@@ -477,7 +477,7 @@
 
 		gtk_list_store_append(model, &iter);
 
-		pixbuf = gaim_gtk_create_prpl_icon(account, 0.5);
+		pixbuf = pidgin_create_prpl_icon(account, 0.5);
 		if ((pixbuf != NULL) && (!gaim_account_is_connected(account)))
 			gdk_pixbuf_saturate_and_pixelate(pixbuf, pixbuf, 0.0, FALSE);
 
@@ -500,7 +500,7 @@
 	return ret;
 }
 
-static GaimGtkPluginUiInfo ui_info =
+static PidginPluginUiInfo ui_info =
 {
 	get_config_frame,	/**< get_config_frame */
 	0			/**< page_num */
@@ -512,7 +512,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       */