diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/GNOME_Evolution_Mail.oaf.in | 92 |
2 files changed, 8 insertions, 89 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 438a9b490e..293462a83d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2002-03-29 Ettore Perazzoli <ettore@ximian.com> + + * GNOME_Evolution_Mail.oaf.in: Cleaned up a bunch [removing + duplicates ;-)], set up icons for all the configuration pages. + 2002-03-28 Jeffrey Stedfast <fejj@ximian.com> * mail-accounts.c: Use a GtkCList instead of an ETable, for some diff --git a/mail/GNOME_Evolution_Mail.oaf.in b/mail/GNOME_Evolution_Mail.oaf.in index 8875ebf336..1186a5e72c 100644 --- a/mail/GNOME_Evolution_Mail.oaf.in +++ b/mail/GNOME_Evolution_Mail.oaf.in @@ -191,7 +191,7 @@ _value="This page can be used to configure E-Mail Accounts"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" - value="evolution-mail-accounts.png"/> + value="mail-accounts-settings.png"/> <oaf_attribute name="description" type="string" _value="Configuration control for the Evolution Mail Accounts."/> @@ -214,7 +214,7 @@ _value="This page can be used to configure Mailer preferences"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" - value="evolution-mail-preferences.png"/> + value="mail-config-druid.png"/> <oaf_attribute name="description" type="string" _value="Configuration control for the Evolution Mailer."/> @@ -237,97 +237,11 @@ _value="This page can be used to configure the Composer"/> <oaf_attribute name="evolution:config_item:icon_name" type="string" - value="evolution-composer-preferences.png"/> + value="composer-settings.png"/> <oaf_attribute name="description" type="string" _value="Configuration control for the Evolution Message Composer."/> </oaf_server> - - -<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory" - type="exe" - location="evolution-mail"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> - </oaf_attribute> - - <oaf_attribute name="evolution:config_item:title" type="string" - _value="Mail Settings"/> - - <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure your mailer settings"/> - - <oaf_attribute name="evolution:config_item:icon_name" type="string" - value="evolution-mail-settings.png"/> -</oaf_server> - -<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Accounts_ConfigControl" - type="factory" - location="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> - </oaf_attribute> - - <oaf_attribute name="evolution:config_item:title" type="string" - _value="Mail Accounts"/> - - <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure E-Mail Accounts"/> - - <oaf_attribute name="evolution:config_item:icon_name" type="string" - value="evolution-mail-accounts.png"/> - - <oaf_attribute name="description" type="string" - _value="Configuration control for the Evolution Mail Accounts."/> - -</oaf_server> - -<oaf_server iid="OAFIID:GNOME_Evolution_Mail_Preferences_ConfigControl" - type="factory" - location="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> - </oaf_attribute> - - <oaf_attribute name="evolution:config_item:title" type="string" - _value="Mail Preferences"/> - - <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure Mailer preferences"/> - - <oaf_attribute name="evolution:config_item:icon_name" type="string" - value="evolution-mail-preferences.png"/> - - <oaf_attribute name="description" type="string" - _value="Configuration control for the Evolution Mailer."/> - -</oaf_server> - -<oaf_server iid="OAFIID:GNOME_Evolution_Mail_ComposerPrefs_ConfigControl" - type="factory" - location="OAFIID:GNOME_Evolution_Mail_ConfigControlFactory"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution/ConfigControl:1.0"/> - </oaf_attribute> - - <oaf_attribute name="evolution:config_item:title" type="string" - _value="Composer Preferences"/> - - <oaf_attribute name="evolution:config_item:description" type="string" - _value="This page can be used to configure the Composer"/> - - <oaf_attribute name="evolution:config_item:icon_name" type="string" - value="evolution-composer-preferences.png"/> - - <oaf_attribute name="description" type="string" - _value="Configuration control for the Evolution Message Composer."/> - -</oaf_server> - </oaf_info> |