Mercurial > geeqie
diff src/layout.c @ 91:d063f97503b7
Wed Nov 1 11:39:48 2006 John Ellis <johne@verizon.net>
* gqview.h, main.c (window_set_icon): Change to use inline pixbufs
instead of xpms.
* collect.c, img-view.c, layout.c, preferences.c: Use new icons.
* pixbuf_util.[ch]: Add new icons.
* icons/Makefile.am: Update generated inline pixbufs.
* icons/collect.xpm, icons/config.xpm, icons/icon.xpm, icons/tools.xpm,
icons/view.xpm: Remove old xpm icons.
* icons/gqview_icon.png, icons/icon_book.png, icons/icon_config.png,
icons/icon_tools.png, icons/icon_view.png: The new icons in png format.
* icons/svg/*.svg: Add svg sources for icons, they are not used or
anything, but this way I can not misplace them again.
| author | gqview |
|---|---|
| date | Wed, 01 Nov 2006 17:47:14 +0000 |
| parents | 2099ee3f9a8d |
| children | 55166d93498d |
line wrap: on
line diff
--- a/src/layout.c Tue Oct 31 23:20:48 2006 +0000 +++ b/src/layout.c Wed Nov 01 17:47:14 2006 +0000 @@ -29,7 +29,6 @@ #include "ui_misc.h" #include "ui_tabcomp.h" -#include "icons/tools.xpm" #define MAINWINDOW_DEF_WIDTH 700 #define MAINWINDOW_DEF_HEIGHT 500 @@ -1109,7 +1108,7 @@ gtk_window_set_wmclass(GTK_WINDOW(lw->tools), "tools", "GQview"); gtk_container_set_border_width(GTK_CONTAINER(lw->tools), 0); - window_set_icon(lw->tools, (const gchar **)tools_xpm, NULL); + window_set_icon(lw->tools, PIXBUF_INLINE_ICON_TOOLS, NULL); new_window = TRUE; }
