[evolution-patches] Patch for bug #310495 [Tasks]
- From: Mubeen Jukaku <jmubeen novell com>
- To: evolution-patches gnome org
- Subject: [evolution-patches] Patch for bug #310495 [Tasks]
- Date: Mon, 10 Oct 2005 12:51:32 +0530
Hi,
Attached is patch to fix
http://bugzilla.gnome.org/show_bug.cgi?id=310495
Thanks,
Mubeen
Index: gui/e-calendar-table.etspec
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-calendar-table.etspec,v
retrieving revision 1.11
diff -u -r1.11 e-calendar-table.etspec
--- gui/e-calendar-table.etspec 15 Jun 2004 20:06:11 -0000 1.11
+++ gui/e-calendar-table.etspec 10 Oct 2005 06:59:30 -0000
@@ -1,7 +1,7 @@
<ETableSpecification click-to-add="true" _click-to-add-message="Click to add a task" draw-grid="true">
<ETableColumn model_col= "5" _title="Start date" expansion="2.0" minimum_width="10" resizable="true" cell="dateedit" compare="date-compare" priority="-2"/>
<ETableColumn model_col="7" pixbuf="icon" _title="Type" expansion="1.0" minimum_width="16" resizable="false" cell="icon" compare="integer" priority="-4"/>
- <ETableColumn model_col= "8" _title="Summary" expansion="3.0" minimum_width="10" resizable="true" cell="calstring" compare="string" priority="10"/>
+ <ETableColumn model_col= "8" _title="Summary" expansion="3.0" minimum_width="10" resizable="true" cell="calstring" compare="stringcase" priority="10"/>
<ETableColumn model_col= "10" _title="Completion date" expansion="2.0" minimum_width="10" resizable="true" cell="dateedit" compare="date-compare" priority="-2"/>
<ETableColumn model_col="11" pixbuf="complete" _title="Complete" expansion="1.0" minimum_width="16" resizable="false" cell="checkbox" compare="integer" priority="-4"/>
<ETableColumn model_col= "12" _title="Due date" expansion="2.0" minimum_width="10" resizable="true" cell="dateedit" compare="date-compare" priority="-2"/>
@@ -9,7 +9,7 @@
<ETableColumn model_col= "16" _title="Priority" expansion="1.0" minimum_width="10" resizable="true" cell="priority" compare="priority-compare" priority="-3"/>
<ETableColumn model_col="17" _title="Status" expansion="1.0" minimum_width="10" resizable="true" cell="calstatus" compare="string" priority="-1"/>
<ETableColumn model_col="19" _title="Task sort" cell="task-sort" compare="task-sort" priority="-4"/>
- <ETableColumn model_col="0" _title="Categories" cell="calstring" compare="string" expansion="1.0" minimum_width="10" resizable="true" priority="-2"/>
+ <ETableColumn model_col="0" _title="Categories" cell="calstring" compare="stringcase" expansion="1.0" minimum_width="10" resizable="true" priority="-2"/>
<ETableState>
<column source="1"/>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2826
diff -u -r1.2826 ChangeLog
--- ChangeLog 6 Oct 2005 18:21:50 -0000 1.2826
+++ ChangeLog 10 Oct 2005 07:17:30 -0000
@@ -1,3 +1,9 @@
+2005-10-10 Mubeen Jukaku <jmubeen novell com>
+
+ Fixes #310495
+ * gui/e-calendar-table.etspec: Do string case comparison for Summary
+ and Categories field
+
2005-10-06 Srinivasa Ragavan <sragavan novell com>
* calendar.error.xml: Added accels to the Disard new event/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]