Re: [evolution-patches] Patch for bug#246225 , bug#246227



This doesn't make sense btw (i missed it in the earlier patches), since
the rows of the filter rules are entirely *FREE FORM*.  They just
normally match these 3 things, but they needn't (and infact, don't).
Only the first column is ever anything consistently.

Whomever suggested it obviously has a limited understanding of what
they're looking at.


On Wed, 2005-08-03 at 22:06 +0530, Arulanandan P wrote:
>        /* adds title to the columns in the table of criteria : Field ,
> Condition , Value */
> +        columntitle = gtk_hbox_new(FALSE,0);
> +
> +        label = gtk_label_new(_("Field")) ;
> +        gtk_box_pack_start (GTK_BOX (columntitle), label, FALSE,
> FALSE,45);
> +
> +        label = gtk_label_new(_("Condition"));
> +        gtk_box_pack_start( GTK_BOX(columntitle) , label ,
> FALSE ,FALSE ,50);
> +
> +        label =  gtk_label_new(_("Value"));
> +        gtk_box_pack_start(GTK_BOX(columntitle) , label , FALSE ,
> FALSE , 75 );/* packs the column titles to the hbox */
> + 
-- 
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]