Revision 424 src/main.c
| main.c (revision 424) | ||
|---|---|---|
| 73 | 73 |
#include "utils.h" |
| 74 | 74 |
#include "gtkutils.h" |
| 75 | 75 |
#include "socket.h" |
| 76 |
#include "stock_pixmap.h" |
|
| 76 | 77 |
|
| 77 | 78 |
#if USE_GPGME |
| 78 | 79 |
# include "rfc2015.h" |
| ... | ... | |
| 145 | 146 |
gchar *userrc; |
| 146 | 147 |
MainWindow *mainwin; |
| 147 | 148 |
FolderView *folderview; |
| 149 |
GdkPixbuf *icon; |
|
| 148 | 150 |
|
| 149 | 151 |
setlocale(LC_ALL, ""); |
| 150 | 152 |
bindtextdomain(PACKAGE, LOCALEDIR); |
| ... | ... | |
| 300 | 302 |
prefs_display_header_read_config(); |
| 301 | 303 |
|
| 302 | 304 |
gtkut_widget_init(); |
| 305 |
stock_pixbuf_gdk(NULL, STOCK_PIXMAP_SYLPHEED, &icon); |
|
| 306 |
gtk_window_set_default_icon(icon); |
|
| 303 | 307 |
|
| 304 | 308 |
mainwin = main_window_create |
| 305 | 309 |
(prefs_common.sep_folder | prefs_common.sep_msg << 1); |
Also available in: Unified diff