Re: [evolution-patches] Mailer : Patch for bug#311719 (UI)



Hi Anthony,

I suggest with the stuff below, you make the bit numbers sequential,
you've missed 1<<16.

Also, probably just drop the 'reserve 2 slots comment', since none are
reserved anymore.  The reserved was for 'at the end', not 'in the
middle', but has never been enforced anyway.


On Wed, 2005-08-24 at 18:18 +0530, Antony Vincent Pandian wrote:
>         EM_POPUP_SELECT_FOLDER             = 1<<15,     /* do we have
> any folder at all? */
> -       EM_POPUP_SELECT_LAST               = 1<<17,     /* reserve 2
> slots */
> +       EM_POPUP_SELECT_MARK_JUNK          = 1<<17,
> +       EM_POPUP_SELECT_MARK_NOJUNK        = 1<<18,
> +       EM_POPUP_SELECT_LAST               = 1<<19,     /* reserve 2
> slots */
>  }; 
-- 
adfa(evolution-2.4:20087): gtkhtml-WARNING **: cannot find icon:
'stock_insert-url' in gnome 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]