Refactoring work to make new folder and rename folder share
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 21 Jun 2007 16:55:08 +0000 (16:55 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Thu, 21 Jun 2007 16:55:08 +0000 (16:55 +0000)
commit4c4d6dd727f4af01e8458cdea93373d2e4a68529
treeb10fc7589c4037ea20c4ae9d64e5116707c07db7
parent70bc782c7d78ff4b6104102f41d74a150b85cadd
Refactoring work to make new folder and rename folder share
the same implementation (fixes NB#58817).
* src/modest-platform.h:
        * New rename_folder_dialog method.
* src/modest-ui-actions.c:
        * Now rename uses a dialog in modest platform, sharing the
          implementation with new folder dialog. Also removed old
          dialog implementation.
* src/maemo/modest-platform.c:
        * New method rename_folder_dialog, and refactored
          new_folder_dialog, creating name_folder_dialog
          that implements the same logic and controls for
          both UI actions.

pmo-trunk-r2367
src/maemo/modest-platform.c
src/modest-platform.h
src/modest-ui-actions.c