diff options
Diffstat (limited to 'shell')
-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 |