diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1efaf05e34..de0034ae00 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-04-16 Gediminas Paulauskas <menesis@delfi.lt> + + * evolution-calendar.xml: toolitems which have non-default pixmaps, must + have "pixtype=pixbuf" arg. Now *View buttons show up again. + 2001-04-14 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Added Filter/VFolder on mailing list. Yay. I diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 680d03f92c..409e25ab17 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -100,7 +100,7 @@ </menu> <dockitem name="Toolbar"> - <toolitem name="New" verb="EditNewAppointment"/> + <toolitem name="New" verb="EditNewAppointment" pixtype="pixbuf"/> <separator/> @@ -120,13 +120,13 @@ <separator/> - <toolitem name="DayView" verb="ShowDayView"/> + <toolitem name="DayView" verb="ShowDayView" pixtype="pixbuf"/> - <toolitem name="WorkWeekView" verb="ShowWorkWeekView"/> + <toolitem name="WorkWeekView" verb="ShowWorkWeekView" pixtype="pixbuf"/> - <toolitem name="WeekView" verb="ShowWeekView"/> + <toolitem name="WeekView" verb="ShowWeekView" pixtype="pixbuf"/> - <toolitem name="MonthView" verb="ShowMonthView"/> + <toolitem name="MonthView" verb="ShowMonthView" pixtype="pixbuf"/> </dockitem> |