data/images/Makefile.am added 128x128 version of wilber-devel.png.

2008-10-09  Sven Neumann  <sven@gimp.org>

	* data/images/Makefile.am
	* data/images/gimp-devel-logo.png: added 128x128 version of
	wilber-devel.png.

	* app/dialogs/about-dialog.c (about_dialog_load_logo): use
	gimp-devel-logo.png for unstable releasees.


svn path=/trunk/; revision=27199
This commit is contained in:
Sven Neumann 2008-10-09 19:16:54 +00:00 committed by Sven Neumann
parent 86f8a07f8f
commit f959832666
4 changed files with 31 additions and 12 deletions

View File

@ -1,3 +1,12 @@
2008-10-09 Sven Neumann <sven@gimp.org>
* data/images/Makefile.am
* data/images/gimp-devel-logo.png: added 128x128 version of
wilber-devel.png.
* app/dialogs/about-dialog.c (about_dialog_load_logo): use
gimp-devel-logo.png for unstable releasees.
2008-10-09 Sven Neumann <sven@gimp.org>
Bug 555697 build fails if configured with --without-libjpeg

View File

@ -46,21 +46,21 @@
typedef struct
{
GtkWidget *dialog;
GtkWidget *dialog;
GtkWidget *anim_area;
PangoLayout *layout;
GtkWidget *anim_area;
PangoLayout *layout;
gint n_authors;
gint shuffle[G_N_ELEMENTS (authors) - 1]; /* NULL terminated */
gint n_authors;
gint shuffle[G_N_ELEMENTS (authors) - 1]; /* NULL terminated */
guint timer;
guint timer;
gint index;
gint animstep;
gint textrange[2];
gint state;
gboolean visible;
gint index;
gint animstep;
gint textrange[2];
gint state;
gboolean visible;
} GimpAboutDialog;
@ -217,7 +217,11 @@ about_dialog_load_logo (void)
gchar *filename;
filename = g_build_filename (gimp_data_directory (), "images",
#ifdef GIMP_UNSTABLE
"gimp-devel-logo.png",
#else
"gimp-logo.png",
#endif
NULL);
pixbuf = gdk_pixbuf_new_from_file (filename, NULL);

View File

@ -2,8 +2,14 @@
imagedatadir = $(gimpdatadir)/images
if GIMP_UNSTABLE
GIMP_LOGO = gimp-devel-logo.png
else
GIMP_LOGO = gimp-logo.png
endif
imagedata_DATA = \
gimp-logo.png \
$(GIMP_LOGO) \
gimp-splash.png \
wilber.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB