diff options
author | Gediminas Paulauskas <menesis@delfi.lt> | 2001-04-17 03:33:25 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-04-17 03:33:25 +0800 |
commit | a8d2769cabc1889fd35e97d8494b824d06c0cde1 (patch) | |
tree | 14430e2ba4ec90566de04e53e570d0833f67a060 | |
parent | aef303fd88ebb4b848fb04a80d9670c43831754c (diff) | |
download | gsoc2013-evolution-a8d2769cabc1889fd35e97d8494b824d06c0cde1.tar gsoc2013-evolution-a8d2769cabc1889fd35e97d8494b824d06c0cde1.tar.gz gsoc2013-evolution-a8d2769cabc1889fd35e97d8494b824d06c0cde1.tar.bz2 gsoc2013-evolution-a8d2769cabc1889fd35e97d8494b824d06c0cde1.tar.lz gsoc2013-evolution-a8d2769cabc1889fd35e97d8494b824d06c0cde1.tar.xz gsoc2013-evolution-a8d2769cabc1889fd35e97d8494b824d06c0cde1.tar.zst gsoc2013-evolution-a8d2769cabc1889fd35e97d8494b824d06c0cde1.zip |
toolitems which have non-default pixmaps, must have "pixtype=pixbuf" arg.
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.
svn path=/trunk/; revision=9389
-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> |