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 /ui/evolution-calendar.xml | |
parent | aef303fd88ebb4b848fb04a80d9670c43831754c (diff) | |
download | gsoc2013-evolution-a8d2769cabc1889fd35e97d8494b824d06c0cde1.tar.gz 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
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 10 |
1 files changed, 5 insertions, 5 deletions
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> |