diff options
author | Larry Ewing <lewing@ximian.com> | 2004-05-04 02:43:59 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2004-05-04 02:43:59 +0800 |
commit | 72fcf71252f237bdf780df0c08b51f557876b92d (patch) | |
tree | bff779f0b4c49509d8a1a00712ecb8e757adb181 /calendar | |
parent | bac3fcac7456beda4c295e9b724999a785504e05 (diff) | |
download | gsoc2013-evolution-72fcf71252f237bdf780df0c08b51f557876b92d.tar.gz gsoc2013-evolution-72fcf71252f237bdf780df0c08b51f557876b92d.tar.zst gsoc2013-evolution-72fcf71252f237bdf780df0c08b51f557876b92d.zip |
rename the cancel button.
2004-05-03 Larry Ewing <lewing@ximian.com>
* gui/dialogs/calendar-setup.glade: rename the cancel button.
svn path=/trunk/; revision=25765
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 12 | ||||
-rw-r--r-- | calendar/gui/dialogs/calendar-setup.glade | 3 |
2 files changed, 14 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b702981ede..1a59645e67 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2004-05-03 Larry Ewing <lewing@ximian.com> + + * gui/dialogs/calendar-setup.glade: rename the cancel button. + +2004-04-29 Larry Ewing <lewing@ximian.com> + + * gui/e-cal-model.c (ecm_get_color_for_component): use the source + color if it is set. Yay for ugly colors. + + * gui/e-cal-model.h: add a color holder to the ECalModelComponent + since the return value of the color stuff is const. + 2004-05-03 JP Rosevear <jpr@ximian.com> Fixes #51714 diff --git a/calendar/gui/dialogs/calendar-setup.glade b/calendar/gui/dialogs/calendar-setup.glade index 9f916d237f..758759b8e4 100644 --- a/calendar/gui/dialogs/calendar-setup.glade +++ b/calendar/gui/dialogs/calendar-setup.glade @@ -1291,6 +1291,7 @@ <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <property name="mnemonic_widget">source-color</property> </widget> <packing> <property name="left_attach">0</property> @@ -1563,7 +1564,7 @@ <property name="spacing">0</property> <child> - <widget class="GtkButton" id="button18"> + <widget class="GtkButton" id="cancel-button"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> |