aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-03-28 22:14:56 +0800
committerSeth Alves <alves@src.gnome.org>2000-03-28 22:14:56 +0800
commit7a72e3adc72b42fc4fbe5539a920c4b7c46c8a8f (patch)
tree04573327c392cfd8cf54d08a1a1b9565b6cab1f5
parent8f6adf987eabf47bbe8266f6a0f29de1e7ce2e68 (diff)
downloadgsoc2013-evolution-7a72e3adc72b42fc4fbe5539a920c4b7c46c8a8f.tar.gz
gsoc2013-evolution-7a72e3adc72b42fc4fbe5539a920c4b7c46c8a8f.tar.zst
gsoc2013-evolution-7a72e3adc72b42fc4fbe5539a920c4b7c46c8a8f.zip
avoid a crash if icons aren't found
svn path=/trunk/; revision=2212
-rw-r--r--widgets/shortcut-bar/e-icon-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/shortcut-bar/e-icon-bar.c b/widgets/shortcut-bar/e-icon-bar.c
index fe095acc06..dd93d54088 100644
--- a/widgets/shortcut-bar/e-icon-bar.c
+++ b/widgets/shortcut-bar/e-icon-bar.c
@@ -525,7 +525,7 @@ e_icon_bar_set_view_type (EIconBar *icon_bar,
static GdkPixbuf *
flatten_alpha (GdkPixbuf *image, guint rgb)
{
- if (!image->art_pixbuf->has_alpha)
+ if (!image || !image->art_pixbuf->has_alpha)
return NULL;
return gdk_pixbuf_composite_color_simple (
ss='deletions'>-1/+0 * security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-1/+1 * Clean up pkg-plist of my ports.rene2014-10-091-1/+0 * security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-301-1/+1 * Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.adamw2014-07-161-1/+1 * - Switch emulators/libspectrum to USES=libtool, drop .la filesamdmi32014-06-272-4/+4 * emulators/libspectrum :Bump PORTREVISION because library is now stripped.rene2014-02-171-0/+1 * - Use option helpersrene2014-02-171-11/+6 * Fix properties on pkg-plistbapt2014-01-221-1/+0 * - Add stage supportrene2013-09-272-6/+4 * Also use new LIB_DEPENDS syntax in non-default cases...rene2013-09-241-1/+1 * Let my ports pass 'make check-sanity' by using modern LIB_DEPENDSrene2013-09-241-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Convert to USES=gmakerene2013-07-051-2/+1 * Update libspectrum, fuse, and fuse-utils to 1.1.1rene2013-06-032-3/+3 * Update libspectrum, fuse, and fuse-utils to 1.1.0rene2013-05-203-6/+5 * - Adoptrene2013-05-041-2/+3 * Chase security/libgcrypt updateehaupt2013-05-041-2/+2 * Style: tab -> space.eadler2013-03-291-1/+1 * Reset maintainership at maitainer request [1] and while I'm here:makc2013-03-201-14/+10 * The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0 * - Chase the libgcrypt shared lib versionswills2011-07-031-1/+2 * - Update to 1.0.0miwi2011-01-293-7/+9 * Chase security/libgcrypt shlib bump.wxs2010-07-27