Revision 402 src/stock_pixmap.c

stock_pixmap.c (revision 402)
39 39
#include "pixmaps/error.xpm"
40 40
#include "pixmaps/forwarded.xpm"
41 41
#include "pixmaps/group.xpm"
42
#include "pixmaps/stock_inbox.h"
43 42
#include "pixmaps/interface.xpm"
44 43
#include "pixmaps/jpilot.xpm"
45 44
#include "pixmaps/ldap.xpm"
46 45
#include "pixmaps/linewrap.xpm"
47 46
#include "pixmaps/mark.xpm"
48 47
#include "pixmaps/new.xpm"
49
#include "pixmaps/stock_outbox.h"
50 48
#include "pixmaps/replied.xpm"
51 49
#include "pixmaps/stock_close.xpm"
52 50
#include "pixmaps/stock_down_arrow.xpm"
53 51
#include "pixmaps/stock_exec.xpm"
52
#include "pixmaps/stock_inbox.h"
53
#include "pixmaps/stock_outbox.h"
54 54
#include "pixmaps/stock_mail.h"
55 55
#include "pixmaps/stock_attach.h"
56 56
#include "pixmaps/stock_mail-compose.h"
......
63 63
#include "pixmaps/stock_mail-send.h"
64 64
#include "pixmaps/stock_mail_send_queue.h"
65 65
#include "pixmaps/stock_insert-file.h"
66
#include "pixmaps/sylpheed-logo.xpm"
67 66
#include "pixmaps/stock_addressbook.h"
68 67
#include "pixmaps/stock_delete.h"
69 68
#include "pixmaps/stock_delete_16.h"
69
#include "pixmaps/stock_spam.h"
70
#include "pixmaps/stock_hand-signed.h"
71
#include "pixmaps/sylpheed-logo.xpm"
70 72
#include "pixmaps/unread.xpm"
71 73
#include "pixmaps/vcard.xpm"
72 74
#include "pixmaps/online.xpm"
73 75
#include "pixmaps/offline.xpm"
74 76
#include "pixmaps/mail.xpm"
75
#include "pixmaps/stock_spam.h"
76 77

  
77 78
typedef struct _StockPixmapData	StockPixmapData;
78 79

  
......
138 139
	{offline_xpm	, NULL, NULL},
139 140
	{mail_xpm	, NULL, NULL},
140 141
	{NULL		, NULL, NULL, NULL, stock_delete, sizeof(stock_delete), GTK_STOCK_DELETE, 24},
141
	{NULL		, NULL, NULL, NULL, stock_spam, sizeof(stock_spam), "stock_spam", 24}
142
	{NULL		, NULL, NULL, NULL, stock_spam, sizeof(stock_spam), "stock_spam", 24},
143
	{NULL		, NULL, NULL, NULL, stock_hand_signed, sizeof(stock_hand_signed), "stock_hand-signed", 24}
142 144
};
143 145

  
144 146
/* return newly constructed GtkPixmap from GdkPixmap */

Also available in: Unified diff