diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:20:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:20:30 +0800 |
commit | aafa628f97114c716c04fb39fa5d6faa6919e1ce (patch) | |
tree | 00f4915ac9f20e5a05242e59fb172975ec513e1d | |
parent | ec3066b1789d0747c0e33e0bd8b7ef0429b24d8c (diff) | |
download | gsoc2013-evolution-aafa628f97114c716c04fb39fa5d6faa6919e1ce.tar gsoc2013-evolution-aafa628f97114c716c04fb39fa5d6faa6919e1ce.tar.gz gsoc2013-evolution-aafa628f97114c716c04fb39fa5d6faa6919e1ce.tar.bz2 gsoc2013-evolution-aafa628f97114c716c04fb39fa5d6faa6919e1ce.tar.lz gsoc2013-evolution-aafa628f97114c716c04fb39fa5d6faa6919e1ce.tar.xz gsoc2013-evolution-aafa628f97114c716c04fb39fa5d6faa6919e1ce.tar.zst gsoc2013-evolution-aafa628f97114c716c04fb39fa5d6faa6919e1ce.zip |
Icon property for the executive summary component.
svn path=/trunk/; revision=5914
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/GNOME_Evolution_Summary.oaf.in | 3 | ||||
-rw-r--r-- | executive-summary/GNOME_Evolution_Summary.oafinfo | 3 | ||||
-rw-r--r-- | executive-summary/evolution-executive-summary.oafinfo | 3 |
4 files changed, 14 insertions, 0 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index a6a1be57b1..ddc7fc9e09 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2000-10-14 Ettore Perazzoli <ettore@helixcode.com> + + * evolution-executive-summary.oafinfo: Added + "evolution:shell-component-icon" property. + 2000-10-10 Jacob "Ulysses" Berkman <jacob@helixcode.com> * evolution-services/Makefile.am (IDLS): make the built sources diff --git a/executive-summary/GNOME_Evolution_Summary.oaf.in b/executive-summary/GNOME_Evolution_Summary.oaf.in index c02ca3bce0..fe39e4e631 100644 --- a/executive-summary/GNOME_Evolution_Summary.oaf.in +++ b/executive-summary/GNOME_Evolution_Summary.oaf.in @@ -21,6 +21,9 @@ <oaf_attribute name="description" type="string" value="Evolution component for the executive summary."/> + + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-today.png"/> </oaf_server> </oaf_info> diff --git a/executive-summary/GNOME_Evolution_Summary.oafinfo b/executive-summary/GNOME_Evolution_Summary.oafinfo index c02ca3bce0..fe39e4e631 100644 --- a/executive-summary/GNOME_Evolution_Summary.oafinfo +++ b/executive-summary/GNOME_Evolution_Summary.oafinfo @@ -21,6 +21,9 @@ <oaf_attribute name="description" type="string" value="Evolution component for the executive summary."/> + + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-today.png"/> </oaf_server> </oaf_info> diff --git a/executive-summary/evolution-executive-summary.oafinfo b/executive-summary/evolution-executive-summary.oafinfo index c02ca3bce0..fe39e4e631 100644 --- a/executive-summary/evolution-executive-summary.oafinfo +++ b/executive-summary/evolution-executive-summary.oafinfo @@ -21,6 +21,9 @@ <oaf_attribute name="description" type="string" value="Evolution component for the executive summary."/> + + <oaf_attribute name="evolution:shell-component-icon" type="string" + value="evolution-today.png"/> </oaf_server> </oaf_info> |