From cfbd16446cd7132c689edcea005317b8018386ba Mon Sep 17 00:00:00 2001 From: Javier Fernandez Garcia-Boente Date: Thu, 3 May 2007 07:32:06 +0000 Subject: [PATCH] * Review ModestProgressBarWidge, adding a GtkAlignment and GtkAdjustment. * Fix bug on GB potfile in "Sending %d/%d1" message. * New operation mail_operation_process_msg, to get one or several messages, applying them an user define function, using a helper data structure to do this. * Change tny_get_msg_async calls in modest-ui_actions by a new mail_operation method called mail_operation_process_msg. * Add a new method to ModestPropressObject to cancel current mail operation in progress. * Connect ModestMainWindow as observer of MailOperatinQueue, to add and remove mail operations from their observer. * Connect ModestMsgViewWindow as observer of MailOperatinQueue, to add and remove mail operations from their observer. * Manage toolbar of MsgViewWindow, dimming toolbar options in transfer mode. pmo-trunk-r1738 --- po/POTFILES.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 82ea724..fe81a6b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -51,8 +51,6 @@ src/maemo/easysetup/modest-wizard-dialog.h src/maemo/easysetup/modest-presets.h src/maemo/easysetup/modest-presets.c src/maemo/easysetup/modest-easysetup-provider-combo-box.h -src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c -src/maemo/easysetup/modest-easysetup-servertype-combo-box.h src/maemo/easysetup/modest-wizard-dialog.c src/maemo/easysetup/modest-easysetup-wizard.h src/maemo/easysetup/modest-easysetup-servertype-combo-box.c -- 1.7.9.5