diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-12-12 12:31:29 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-12 12:31:29 +0800 |
commit | 65b8297942f76723a795e9b5c1f02d4d3a6aa715 (patch) | |
tree | ce4e6d74e807d4ee1a5424bf3d5377db75b5981c /shell/ChangeLog | |
parent | e1f9153014f0fbcdd9d1c0682ac23bef74499947 (diff) | |
download | gsoc2013-evolution-65b8297942f76723a795e9b5c1f02d4d3a6aa715.tar gsoc2013-evolution-65b8297942f76723a795e9b5c1f02d4d3a6aa715.tar.gz gsoc2013-evolution-65b8297942f76723a795e9b5c1f02d4d3a6aa715.tar.bz2 gsoc2013-evolution-65b8297942f76723a795e9b5c1f02d4d3a6aa715.tar.lz gsoc2013-evolution-65b8297942f76723a795e9b5c1f02d4d3a6aa715.tar.xz gsoc2013-evolution-65b8297942f76723a795e9b5c1f02d4d3a6aa715.tar.zst gsoc2013-evolution-65b8297942f76723a795e9b5c1f02d4d3a6aa715.zip |
Connect a button-press-event signal on the splash screen so users can
2000-12-11 Jeffrey Stedfast <fejj@helixcode.com>
* e-splash.c (e_splash_construct): Connect a button-press-event
signal on the splash screen so users can click it to hide it.
(button_press_event): New callback to hide the splash screen.
svn path=/trunk/; revision=6938
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c401b553b6..4e83ca66ac 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2000-12-11 Jeffrey Stedfast <fejj@helixcode.com> + + * e-splash.c (e_splash_construct): Connect a button-press-event + signal on the splash screen so users can click it to hide it. + (button_press_event): New callback to hide the splash screen. + 2000-12-11 Dan Winship <danw@helixcode.com> * e-shell-view.c (get_type_for_{folder,storage}): return NULL if |