diff pidgin/gtkft.c @ 15508:23ca11f8a8c4

stock to pidgin
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 08:56:16 +0000
parents d75099d2567e
children 535f002e7b0f 75ffc646647f
line wrap: on
line diff
--- a/pidgin/gtkft.c	Sat Feb 03 08:52:00 2007 +0000
+++ b/pidgin/gtkft.c	Sat Feb 03 08:56:16 2007 +0000
@@ -258,7 +258,7 @@
 		GdkPixbuf *pixbuf = NULL;
 
 		pixbuf = gtk_widget_render_icon(xfer_dialog->window,
-										GAIM_STOCK_FILE_DONE,
+										PIDGIN_STOCK_FILE_DONE,
 										GTK_ICON_SIZE_MENU, NULL);
 
 		gtk_list_store_set(GTK_LIST_STORE(xfer_dialog->model), &data->iter,
@@ -956,8 +956,8 @@
 
 	pixbuf = gtk_widget_render_icon(dialog->window,
 									(type == GAIM_XFER_RECEIVE
-									 ? GAIM_STOCK_DOWNLOAD
-									 : GAIM_STOCK_UPLOAD),
+									 ? PIDGIN_STOCK_DOWNLOAD
+									 : PIDGIN_STOCK_UPLOAD),
 									GTK_ICON_SIZE_MENU, NULL);
 
 	gtk_list_store_append(dialog->model, &data->iter);
@@ -1049,7 +1049,7 @@
 	update_title_progress(dialog);
 
 	pixbuf = gtk_widget_render_icon(dialog->window,
-									GAIM_STOCK_FILE_CANCELED,
+									PIDGIN_STOCK_FILE_CANCELED,
 									GTK_ICON_SIZE_MENU, NULL);
 
 	if (gaim_xfer_is_canceled(xfer))
@@ -1110,7 +1110,7 @@
 		GdkPixbuf *pixbuf;
 
 		pixbuf = gtk_widget_render_icon(dialog->window,
-										GAIM_STOCK_FILE_DONE,
+										PIDGIN_STOCK_FILE_DONE,
 										GTK_ICON_SIZE_MENU, NULL);
 
 		gtk_list_store_set(GTK_LIST_STORE(xfer_dialog->model), &data->iter,