diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-19 02:48:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-19 02:48:53 +0800 |
commit | 9f792d1de540a5f4839bd81ada06151c9e122aa3 (patch) | |
tree | a2c3875f01b88cfd1d3b201fa6db7be0335faadc /shell/e-splash.c | |
parent | 26d26391da4d38236c7767b6f3601c0b4852c786 (diff) | |
download | gsoc2013-evolution-9f792d1de540a5f4839bd81ada06151c9e122aa3.tar.gz gsoc2013-evolution-9f792d1de540a5f4839bd81ada06151c9e122aa3.tar.zst gsoc2013-evolution-9f792d1de540a5f4839bd81ada06151c9e122aa3.zip |
Make the canvas backing stored.
* e-splash.c (e_splash_construct): Make the canvas backing stored.
svn path=/trunk/; revision=12944
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r-- | shell/e-splash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-splash.c b/shell/e-splash.c index 14ab3a7d37..b2832f1601 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -302,6 +302,8 @@ e_splash_construct (ESplash *splash, canvas = gnome_canvas_new_aa (); priv->canvas = GNOME_CANVAS (canvas); + e_make_widget_backing_stored (canvas); + image_width = gdk_pixbuf_get_width (splash_image_pixbuf); image_height = gdk_pixbuf_get_height (splash_image_pixbuf); |