diff options
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r-- | shell/e-shell-importer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 005360fb69..98ae31d578 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -331,8 +331,7 @@ get_name_from_component_info (const Bonobo_ServerInfo *info) Bonobo_ActivationProperty *property; const char *name; - property = bonobo_server_info_prop_find ((Bonobo_ServerInfo *) info, - "evolution:menu-name"); + property = bonobo_server_info_prop_find ((Bonobo_ServerInfo *) info, "evolution:menu_name"); if (property == NULL || property->v._d != Bonobo_ACTIVATION_P_STRING) return NULL; |