diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:21:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:21:47 +0800 |
commit | 4e28ce16fdcb536830f088847fb9097a6a116660 (patch) | |
tree | a75ca547628f8ebc91f1f04d3edcb32df9eca85b /calendar | |
parent | aafa628f97114c716c04fb39fa5d6faa6919e1ce (diff) | |
download | gsoc2013-evolution-4e28ce16fdcb536830f088847fb9097a6a116660.tar gsoc2013-evolution-4e28ce16fdcb536830f088847fb9097a6a116660.tar.gz gsoc2013-evolution-4e28ce16fdcb536830f088847fb9097a6a116660.tar.bz2 gsoc2013-evolution-4e28ce16fdcb536830f088847fb9097a6a116660.tar.lz gsoc2013-evolution-4e28ce16fdcb536830f088847fb9097a6a116660.tar.xz gsoc2013-evolution-4e28ce16fdcb536830f088847fb9097a6a116660.tar.zst gsoc2013-evolution-4e28ce16fdcb536830f088847fb9097a6a116660.zip |
Icon property for the calendar component.
svn path=/trunk/; revision=5915
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oaf.in | 2 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.oafinfo | 2 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar_gnomecal.oaf.in | 2 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar_gnomecal.oafinfo | 2 | ||||
-rw-r--r-- | calendar/gui/evolution-calendar.oafinfo | 2 |
6 files changed, 16 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 81554efd26..afda2ef5cd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,4 +1,9 @@ -2000-10-12 Jesse Pavel <jpavel@helixcode.com> +2000-10-14 Ettore Perazzoli <ettore@helixcode.com> + + * gui/evolution-calendar.oafinfo: Added an + "evolution:shell-component-icon" attribute. + +2000-10-12 Jesse Pavel <jpavel@helixcode.com> * gui/e-itip-control.{c,glade}: Made the control much more relavent to the function at hand. diff --git a/calendar/gui/GNOME_Evolution_Calendar.oaf.in b/calendar/gui/GNOME_Evolution_Calendar.oaf.in index a772bca77b..74fb43af70 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar.oaf.in @@ -58,6 +58,8 @@ <oaf_attribute name="description" type="string" value="Evolution component for handling the calendar."/> + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-calendar.png"/> </oaf_server> <oaf_server iid="OAFIID:evolution-executive-summary-component-factory:evolution-calendar:6b45a890-fbc0-4f20-97d8-b8e344c059af" diff --git a/calendar/gui/GNOME_Evolution_Calendar.oafinfo b/calendar/gui/GNOME_Evolution_Calendar.oafinfo index a772bca77b..74fb43af70 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.oafinfo +++ b/calendar/gui/GNOME_Evolution_Calendar.oafinfo @@ -58,6 +58,8 @@ <oaf_attribute name="description" type="string" value="Evolution component for handling the calendar."/> + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-calendar.png"/> </oaf_server> <oaf_server iid="OAFIID:evolution-executive-summary-component-factory:evolution-calendar:6b45a890-fbc0-4f20-97d8-b8e344c059af" diff --git a/calendar/gui/GNOME_Evolution_Calendar_gnomecal.oaf.in b/calendar/gui/GNOME_Evolution_Calendar_gnomecal.oaf.in index a772bca77b..74fb43af70 100644 --- a/calendar/gui/GNOME_Evolution_Calendar_gnomecal.oaf.in +++ b/calendar/gui/GNOME_Evolution_Calendar_gnomecal.oaf.in @@ -58,6 +58,8 @@ <oaf_attribute name="description" type="string" value="Evolution component for handling the calendar."/> + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-calendar.png"/> </oaf_server> <oaf_server iid="OAFIID:evolution-executive-summary-component-factory:evolution-calendar:6b45a890-fbc0-4f20-97d8-b8e344c059af" diff --git a/calendar/gui/GNOME_Evolution_Calendar_gnomecal.oafinfo b/calendar/gui/GNOME_Evolution_Calendar_gnomecal.oafinfo index a772bca77b..74fb43af70 100644 --- a/calendar/gui/GNOME_Evolution_Calendar_gnomecal.oafinfo +++ b/calendar/gui/GNOME_Evolution_Calendar_gnomecal.oafinfo @@ -58,6 +58,8 @@ <oaf_attribute name="description" type="string" value="Evolution component for handling the calendar."/> + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-calendar.png"/> </oaf_server> <oaf_server iid="OAFIID:evolution-executive-summary-component-factory:evolution-calendar:6b45a890-fbc0-4f20-97d8-b8e344c059af" diff --git a/calendar/gui/evolution-calendar.oafinfo b/calendar/gui/evolution-calendar.oafinfo index a772bca77b..74fb43af70 100644 --- a/calendar/gui/evolution-calendar.oafinfo +++ b/calendar/gui/evolution-calendar.oafinfo @@ -58,6 +58,8 @@ <oaf_attribute name="description" type="string" value="Evolution component for handling the calendar."/> + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-calendar.png"/> </oaf_server> <oaf_server iid="OAFIID:evolution-executive-summary-component-factory:evolution-calendar:6b45a890-fbc0-4f20-97d8-b8e344c059af" |