diff options
author | Russell Steinthal <rms39@columbia.edu> | 1999-12-11 01:58:43 +0800 |
---|---|---|
committer | Russell Steinthal <steintr@src.gnome.org> | 1999-12-11 01:58:43 +0800 |
commit | 5f0aabc21272eb164a6f9c7651f56979e97187a2 (patch) | |
tree | e7bf35a7573de45af9fe845a24ba6107af56388f /calendar/ChangeLog | |
parent | 48618eb6eb0d02a6bc74d19d0241ac6b0849d136 (diff) | |
download | gsoc2013-evolution-5f0aabc21272eb164a6f9c7651f56979e97187a2.tar gsoc2013-evolution-5f0aabc21272eb164a6f9c7651f56979e97187a2.tar.gz gsoc2013-evolution-5f0aabc21272eb164a6f9c7651f56979e97187a2.tar.bz2 gsoc2013-evolution-5f0aabc21272eb164a6f9c7651f56979e97187a2.tar.lz gsoc2013-evolution-5f0aabc21272eb164a6f9c7651f56979e97187a2.tar.xz gsoc2013-evolution-5f0aabc21272eb164a6f9c7651f56979e97187a2.tar.zst gsoc2013-evolution-5f0aabc21272eb164a6f9c7651f56979e97187a2.zip |
Fix sensitivity bug when used to create default alarm box (widgets in that
1999-12-10 Russell Steinthal <rms39@columbia.edu>
* eventedit.c (ee_create_ae): Fix sensitivity bug when used to
create default alarm box (widgets in that box should always be
sensitive, even if the enabled checkbutton is not set)
svn path=/trunk/; revision=1479
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 09636d0f9f..616db438da 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +1999-12-10 Russell Steinthal <rms39@columbia.edu> + + * eventedit.c (ee_create_ae): Fix sensitivity bug when used to + create default alarm box (widgets in that box should always be + sensitive, even if the enabled checkbutton is not set) + 1999-12-08 Eskil Heyn Olsen <deity@eskil.dk> * calendar-conduit-control-applet.c (setSettings): Capplets now @@ -22,6 +28,7 @@ * Makefile.am (Conduits_second_DATA): Also install .desktop files for conduit capplets in the gnome/apps menu dir. +>>>>>>> 1.252 1999-12-04 Eskil Heyn Olsen <deity@eskil.dk> * Makefile.am (EXTRA_DIST): Added .desktop files to EXTRA_DIST. |