diff --git a/capplets/default-applications/ChangeLog b/capplets/default-applications/ChangeLog index a3560fedf..895dd8b76 100644 --- a/capplets/default-applications/ChangeLog +++ b/capplets/default-applications/ChangeLog @@ -1,3 +1,8 @@ +2005-01-08 Sebastien Bacher + + * gnome-default-applications-properties-structs.c: add evolution-2.0 + and evolution-2.2 to the mailers list (Closes: #163334). + 2005-01-02 Sebastien Bacher * gnome-default-applications-properties.glade: diff --git a/capplets/default-applications/gnome-default-applications-properties-structs.c b/capplets/default-applications/gnome-default-applications-properties-structs.c index dde448325..dfff33b41 100644 --- a/capplets/default-applications/gnome-default-applications-properties-structs.c +++ b/capplets/default-applications/gnome-default-applications-properties-structs.c @@ -33,6 +33,8 @@ MailerDescription possible_mailers[] = { * there is only one (the first entry in this list) Evolution entry * in the list shown to the user */ + { N_("Evolution Mail Reader"), "evolution-2.2", "evolution-2.2 %s", FALSE, FALSE, }, + { N_("Evolution Mail Reader"), "evolution-2.0", "evolution-2.0 %s", FALSE, FALSE, }, { N_("Evolution Mail Reader"), "evolution-1.6", "evolution-1.6 %s", FALSE, FALSE, }, { N_("Evolution Mail Reader"), "evolution-1.5", "evolution-1.5 %s", FALSE, FALSE, }, { N_("Evolution Mail Reader"), "evolution-1.4", "evolution-1.4 %s", FALSE, FALSE, },