changeset 198:91563e0e88f2

changed logo
author nadvornik
date Mon, 24 Mar 2008 10:27:22 +0000
parents e3f10b6046ab
children 80d0701de0f9
files src/icons/Makefile.am src/icons/geeqie_logo.png src/icons/gqview_logo.png src/pixbuf_util.c
diffstat 4 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/icons/Makefile.am	Mon Mar 24 09:55:09 2008 +0000
+++ b/src/icons/Makefile.am	Mon Mar 24 10:27:22 2008 +0000
@@ -9,7 +9,7 @@
 	folder_open.png		\
 	folder_up.png		\
 	gqview_icon.png		\
-	gqview_logo.png		\
+	geeqie_logo.png		\
 	scroller.png		\
 	sheet_broken.png	\
 	icon_float.png		\
@@ -25,7 +25,7 @@
 	folder_open		$(srcdir)/folder_open.png	\
 	folder_up		$(srcdir)/folder_up.png		\
 	gqview_icon		$(srcdir)/gqview_icon.png	\
-	gqview_logo		$(srcdir)/gqview_logo.png	\
+	geeqie_logo		$(srcdir)/geeqie_logo.png	\
 	icon_float		$(srcdir)/icon_float.png	\
 	icon_thumb		$(srcdir)/icon_thumb.png	\
 	icon_scroller		$(srcdir)/scroller.png		\
Binary file src/icons/geeqie_logo.png has changed
Binary file src/icons/gqview_logo.png has changed
--- a/src/pixbuf_util.c	Mon Mar 24 09:55:09 2008 +0000
+++ b/src/pixbuf_util.c	Mon Mar 24 10:27:22 2008 +0000
@@ -98,7 +98,7 @@
 	{ PIXBUF_INLINE_SCROLLER,	icon_scroller },
 	{ PIXBUF_INLINE_BROKEN,		icon_broken },
 	{ PIXBUF_INLINE_ICON,		gqview_icon },
-	{ PIXBUF_INLINE_LOGO,		gqview_logo },
+	{ PIXBUF_INLINE_LOGO,		geeqie_logo },
 	{ PIXBUF_INLINE_ICON_FLOAT,	icon_float },
 	{ PIXBUF_INLINE_ICON_THUMB,	icon_thumb },
 	{ PIXBUF_INLINE_ICON_BOOK,	icon_book },