diff options
author | Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in> | 2006-01-30 12:25:07 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-01-30 12:25:07 +0800 |
commit | 4ccd1d3f7e18752e1b1a4f35903024f39ba215fc (patch) | |
tree | 2e72d2f233d1aaedfdbd00d60d8776c6ddf42770 /ui | |
parent | 3f965e3474b03766f60975d551c880893ae62c02 (diff) | |
download | gsoc2013-evolution-4ccd1d3f7e18752e1b1a4f35903024f39ba215fc.tar.gz gsoc2013-evolution-4ccd1d3f7e18752e1b1a4f35903024f39ba215fc.tar.zst gsoc2013-evolution-4ccd1d3f7e18752e1b1a4f35903024f39ba215fc.zip |
** Fixes bug #327304
2006-01-30 Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in>
** Fixes bug #327304
* evolution-calendar.xml: Added pixbuf for calendar prev/next buttons
instead of stock icons.
svn path=/trunk/; revision=31342
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 7 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 57fca7e8cf..bcd6461f63 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,10 @@ +2006-01-30 Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in> + + ** Fixes bug #327304 + + * evolution-calendar.xml: Added pixbuf for calendar prev/next buttons + instead of stock icons. + 2006-01-18 Rajeev Ramanathan <rajeevramanathan_2004@yahoo.co.in> ** Fixes bug #328150 diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index bd34c8dfee..426ccf63ee 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -5,9 +5,9 @@ accel="*Control*p"/> <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="stock" pixname="gtk-print-preview"/> - <cmd name="CalendarPrev" _tip="Go back" pixtype="stock" pixname="gtk-go-back"/> + <cmd name="CalendarPrev" _tip="Go back" pixtype="pixbuf"/> <cmd name="CalendarToday" _tip="Select today" pixtype="stock" pixname="Home"/> - <cmd name="CalendarNext" _tip="Go forward" pixtype="stock" pixname="gtk-go-forward"/> + <cmd name="CalendarNext" _tip="Go forward" pixtype="pixbuf"/> <cmd name="CalendarGoto" _tip="Select a specific date" pixtype="stock" pixname="gtk-jump-to"/> <cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/> @@ -80,9 +80,9 @@ <separator f="" name="ecal2"/> - <toolitem name="Prev" verb="CalendarPrev" _label="Previous"/> + <toolitem name="Prev" verb="CalendarPrev" _label="Previous" pixtype="pixbuf"/> <toolitem name="Today" verb="CalendarToday" _label="Today"/> - <toolitem name="Next" verb="CalendarNext" _label="Next"/> + <toolitem name="Next" verb="CalendarNext" _label="Next" pixtype="pixbuf"/> <separator f="" name="ecal3"/> |