pidgin/gtknotify.c

branch
soc.2013.gobjectification.plugins
changeset 36545
23b59a16c808
parent 34874
e03d555394c5
child 36782
64936dae41a3
--- a/pidgin/gtknotify.c	Sat Aug 17 23:28:51 2013 +0530
+++ b/pidgin/gtknotify.c	Sun Aug 18 00:04:13 2013 +0530
@@ -674,7 +674,7 @@
 	if (clear)
 		return NULL;
 
-	icon = pidgin_create_prpl_icon(account, PIDGIN_PRPL_ICON_MEDIUM);
+	icon = pidgin_create_protocol_icon(account, PIDGIN_PROTOCOL_ICON_MEDIUM);
 
 	if (new_n) {
 		data = g_new0(PidginNotifyMailData, 1);
@@ -931,7 +931,7 @@
 
 	gtk_list_store_clear(data->model);
 
-	pixbuf = pidgin_create_prpl_icon(purple_connection_get_account(gc), PIDGIN_PRPL_ICON_SMALL);
+	pixbuf = pidgin_create_protocol_icon(purple_connection_get_account(gc), PIDGIN_PROTOCOL_ICON_SMALL);
 
 	for (row = results->rows; row != NULL; row = row->next) {
 
@@ -1460,7 +1460,7 @@
 	if (pounce_dialog == NULL)
 		pounce_dialog = pidgin_create_notification_dialog(PIDGIN_NOTIFY_POUNCE);
 
-	icon = pidgin_create_prpl_icon(account, PIDGIN_PRPL_ICON_SMALL);
+	icon = pidgin_create_protocol_icon(account, PIDGIN_PROTOCOL_ICON_SMALL);
 
 	pounce_data = g_new(PidginNotifyPounceData, 1);
 

mercurial