maemo.org Bugzilla – Bug 5241
Import conic support only if It's available
Last modified: 2010-01-14 12:28:12 UTC
You need to log in before you can comment on or make changes to this bug.
Little patch to import conic support only if It's available
Created an attachment (id=1384) [details] Import conic support only if It's available
This is the commit that added the import line: https://git.maemo.org/projects/modest/?p=modest;a=commit;h=a7be4d9c27d5a6074f3a1701b12bcc2c45887022
Why are you changing the scope of the #ifdef ?
(In reply to comment #3) > Why are you changing the scope of the #ifdef ? > Because priv variable is not defined if you don't enter into #ifdef MODEST_HAVE_CONIC block of code
(In reply to comment #4) > (In reply to comment #3) > > Why are you changing the scope of the #ifdef ? > > > > Because priv variable is not defined if you don't enter into #ifdef > MODEST_HAVE_CONIC block of code > Then just move the priv definition outside the ifdef and let the ifdef'ed code to be as small as possible
Created an attachment (id=1389) [details] Import conic support only if It's available.v2
Thank you very much for the patch Javier. Applied in Modest master 98b72bd0d65af3d98d6127e28df15362f1d33012
Fixed in internal week 43 build. Any public update released with or after this build version (x.2009.43-y) will include the fix. Please verify that the new version fixes the bug by marking this bug report as VERIFIED after the public update has been released and if you have some time.
The problem reported here should be fixed in the update released today for public: The Maemo5 update version 2.2009.51-1 (also called "PR1.1" sometimes). Please leave a comment if the problem is not fixed for you in this update version.