diff pidgin/gtkprivacy.c @ 15507:311315e979f7

gtkutils changes
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 08:45:32 +0000
parents d75099d2567e
children 535f002e7b0f
line wrap: on
line diff
--- a/pidgin/gtkprivacy.c	Sat Feb 03 08:24:09 2007 +0000
+++ b/pidgin/gtkprivacy.c	Sat Feb 03 08:45:32 2007 +0000
@@ -403,7 +403,7 @@
 												G_CALLBACK(select_account_cb), NULL, dialog);
 	gtk_box_pack_start(GTK_BOX(hbox), dropdown, FALSE, FALSE, 0);
 	gtk_widget_show(dropdown);
-	gaim_set_accessible_label (dropdown, label);
+	pidgin_set_accessible_label (dropdown, label);
 	dialog->account = pidgin_account_option_menu_get_selected(dropdown);
 
 	/* Add the drop-down list with the allow/block types. */
@@ -415,7 +415,7 @@
 	menu = gtk_menu_new();
 
 	for (i = 0; i < menu_entry_count; i++) {
-		gaim_new_item(menu, _(menu_entries[i].text));
+		pidgin_new_item(menu, _(menu_entries[i].text));
 
 		if (menu_entries[i].num == dialog->account->perm_deny)
 			selected = i;