Re: [evolution-patches] Patch for bug#246225 , bug#246227
- From: Arulanandan P <arulanandan gmail com>
- To: Not Zed <notzed ximian com>
- Cc: evolution-patches lists ximian com, partha <sparthasarathi novell com>
- Subject: Re: [evolution-patches] Patch for bug#246225 , bug#246227
- Date: Fri, 19 Aug 2005 21:14:25 +0530
hi
removed the column titles as per ur suggestion . i ve made the necessary changes .
attached the revised patch
bye
arulanandan
On 8/8/05, Not Zed <notzed ximian com> wrote:
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]