pidgin/plugins/gevolution/assoc-buddy.c

changeset 15568
cd19bb5a51b8
parent 15435
4b933b06d75e
child 15577
b8129373f65e
--- a/pidgin/plugins/gevolution/assoc-buddy.c	Sat Feb 03 08:24:09 2007 +0000
+++ b/pidgin/plugins/gevolution/assoc-buddy.c	Sat Feb 03 08:45:32 2007 +0000
@@ -466,8 +466,8 @@
 	gtk_widget_show(bbox);
 
 	/* "New Person" button */
-	button = gaim_pixbuf_button_from_stock(_("New Person"), GTK_STOCK_NEW,
-										   GAIM_BUTTON_HORIZONTAL);
+	button = pidgin_pixbuf_button_from_stock(_("New Person"), GTK_STOCK_NEW,
+										   PIDGIN_BUTTON_HORIZONTAL);
 	gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0);
 	gtk_widget_show(button);
 
@@ -483,9 +483,9 @@
 					 G_CALLBACK(cancel_cb), dialog);
 
 	/* "Associate Buddy" button */
-	button = gaim_pixbuf_button_from_stock(_("_Associate Buddy"),
+	button = pidgin_pixbuf_button_from_stock(_("_Associate Buddy"),
 										   GTK_STOCK_APPLY,
-										   GAIM_BUTTON_HORIZONTAL);
+										   PIDGIN_BUTTON_HORIZONTAL);
 	dialog->assoc_button = button;
 	gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0);
 	gtk_widget_set_sensitive(button, FALSE);

mercurial