2007-06-27 Murray Cumming <murrayc@murrayc.com
authorMurray Cumming <murrayc@murrayc.com>
Wed, 27 Jun 2007 15:28:30 +0000 (15:28 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 27 Jun 2007 15:28:30 +0000 (15:28 +0000)
commit1f6b01034793f771de0a833de4f58ce9e679a5f3
treef8f0a98cc5d6c2398643a199c662116865921c06
parentb8cdf57676718524a553af4c8c05af078fc13394
2007-06-27  Murray Cumming  <murrayc@murrayc.com

* src/modest-tny-account.h:
* src/modest-tny-account.c:
Added modest_tny_account_get_mmc_account_name(), to set the memory
card name asynchronously for the given account and then notify.
(modest_tny_account_new_for_local_folders): Use this new function instead
of using hildon_file_system_info_async_new() directly.

* src/widgets/modest-folder-view.c: (text_cell_data):
Use modest_tny_account_get_mmc_account_name() to get the real name, calling
gtk_tree_model_row_changed() when it is available.

This should fix projects.maemo.org bug NB#59301.

pmo-trunk-r2464
ChangeLog
ChangeLog2
src/maemo/modest-maemo-utils.c
src/modest-tny-account-store.c
src/modest-tny-account.c
src/modest-tny-account.h
src/widgets/modest-folder-view.c