diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 22:53:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 22:53:49 +0800 |
commit | 5ec2c902adcace4c61a938c31d96a8730c977ba2 (patch) | |
tree | 31416400af037a94ae8fbb5605842c99129f3a7b | |
parent | cac8a51a0134f9910a1186be1469f0a22d107f92 (diff) | |
download | gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.gz gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.bz2 gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.lz gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.xz gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.tar.zst gsoc2013-evolution-5ec2c902adcace4c61a938c31d96a8730c977ba2.zip |
Update the splash animation to fit with the new splash design.
svn path=/trunk/; revision=7003
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-splash.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 60c4cc3008..49e114cd13 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-12-14 Ettore Perazzoli <ettore@helixcode.com> + + * e-splash.c (ICON_Y): Update for the size of the new splash. + 2000-12-12 Jeffrey Stedfast <fejj@helixcode.com> * e-splash.c (button_press_event): Return TRUE as we have handled diff --git a/shell/e-splash.c b/shell/e-splash.c index ce6aaae6b7..f8fe74c71d 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -55,7 +55,7 @@ struct _ESplashPrivate { /* Layout constants. These need to be changed if the splash changes. */ -#define ICON_Y 256 +#define ICON_Y 280 #define ICON_SIZE 32 |