From: Dirk-Jan C. Binnema Date: Tue, 24 Apr 2007 13:13:47 +0000 (+0000) Subject: * let the app have the official name X-Git-Tag: git_migration_finished~3807 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=fc8e99317858ef896975d8899540d2ae39ea566b * let the app have the official name * fix for API-change in osso-addressbook pmo-trunk-r1650 --- diff --git a/src/maemo/modest-address-book.c b/src/maemo/modest-address-book.c index 3e76c39..835b968 100644 --- a/src/maemo/modest-address-book.c +++ b/src/maemo/modest-address-book.c @@ -307,7 +307,11 @@ commit_contact(EContact * contact) if (!contact || !book) return; +#ifdef MODEST_HILDON_VERSION_0 osso_abook_contact_commit(contact, FALSE, book); +#else + osso_abook_contact_commit(contact, FALSE, book, NULL); +#endif /* MODEST_HILDON_VERSION_0 */ } /** diff --git a/src/maemo/modest.desktop.in b/src/maemo/modest.desktop.in index ddd652e..fd0861d 100644 --- a/src/maemo/modest.desktop.in +++ b/src/maemo/modest.desktop.in @@ -2,8 +2,8 @@ Encoding=UTF-8 Version=1.0 Type=Application -Name=modest -Comment=modest e-mail client +Name=mcen_ap_name +Comment=mcen_ap_name_thumb Exec=@prefix@/bin/modest #don't kill our app @@ -17,3 +17,12 @@ X-Window-Icon-Dimmed=qgn_list_messagin StartupWMClass=modest MimeType=application/x-executable; + +# +# below to be activated when dbus/send to functionality works +# +#X-Osso-URI-Actions=mailto +#[X-Osso-URI-Action Handler mailto] +#Methods=send_mailto +#Name=uri_link_compose_email +#TranslationDomain=osso-uri