From 9f792d1de540a5f4839bd81ada06151c9e122aa3 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 18 Sep 2001 18:48:53 +0000 Subject: Make the canvas backing stored. * e-splash.c (e_splash_construct): Make the canvas backing stored. svn path=/trunk/; revision=12944 --- shell/ChangeLog | 4 ++++ shell/e-splash.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index 2a59aabf3f..c43daf4180 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-09-17 Ettore Perazzoli + + * e-splash.c (e_splash_construct): Make the canvas backing stored. + 2001-09-17 Ettore Perazzoli * main.c (quit_box_new): Call `e_make_widget_backing_stored()' on 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); -- cgit v1.2.3