diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index dc3abaa9bc..044080a002 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2007-11-10 Michael Monreal <mmonreal@svn.gnome.org> + + ** Fix for bug #209425 + + * evolution-calendar.xml: + Don't use gtk-home for the go-today action. + 2007-11-01 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #492106 diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 662a9206c4..5d7a5d875b 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -6,7 +6,7 @@ <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/> <cmd name="CalendarPrev" _tip="Go back" pixtype="pixbuf"/> - <cmd name="CalendarToday" _tip="Select today" pixtype="stock" pixname="Home"/> + <cmd name="CalendarToday" _tip="Select today" pixtype="pixbuf"/> <cmd name="CalendarNext" _tip="Go forward" pixtype="pixbuf"/> <cmd name="CalendarGoto" _tip="Select a specific date" pixtype="pixbuf"/> @@ -81,7 +81,7 @@ <separator f="" name="ecal2"/> <toolitem name="Prev" verb="CalendarPrev" _label="Previous" pixtype="pixbuf"/> - <toolitem name="Today" verb="CalendarToday" _label="Today"/> + <toolitem name="Today" verb="CalendarToday" _label="Today" pixtype="pixbuf"/> <toolitem name="Next" verb="CalendarNext" _label="Next" pixtype="pixbuf"/> <separator f="" name="ecal3"/> |