[EMAIL PROTECTED] escribiu:
> Nice work Loïc,
> 
> One alternative approach would be to create a #define for 
> hildon_file_chooser_dialog_new in modest-hildon-includes.h, as 
> that is the approach we use there to support slightly different
> APIs, so we don't need have to have #ifdefs in the rest of the code.
> 
> Ie, something like
> #ifdef MODEST_HAVE_HILDON_FM
> #define hildon_file_chooser_dialog_new(a,b) \
>       gtk_file_chooser_dialog_new(NULL,a,b)
> #endif /*MODEST_HAVE_HILDON_FM*/
> 
> Anyway, I'll let Sergio the Great decide :)

Yeah, it looks great. I prefer what Dirk suggests because I think none
of us like this #ifdef stuff. Loïc do you feel like cooking another
version of the patch?

Br
_______________________________________________
Modest-devel mailing list
Modest-devel@garage.maemo.org
https://garage.maemo.org/mailman/listinfo/modest-devel

Reply via email to