[evolution-patches] Patch for 39693 (summary)



This one fixes the sorting order in the weather station selection tree.

-- Ettore


Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/ChangeLog,v
retrieving revision 1.276
diff -u -p -r1.276 ChangeLog
--- ChangeLog	9 Apr 2003 08:02:45 -0000	1.276
+++ ChangeLog	14 Apr 2003 20:59:04 -0000
@@ -1,3 +1,20 @@
+2003-04-14  Ettore Perazzoli  <ettore ximian com>
+
+	[#39693]
+
+	* e-summary-shown.c (SPEC): Sort by the first column.
+
+2003-04-14  Ettore Perazzoli  <ettore ximian com>
+
+	[#40902]
+
+	* e-summary-preferences.c: Removed members new_url_entry,
+	new_name_entry from struct PropertyData.
+	(rdf_new_url_clicked_cb): Port to
+	GtkDialog and fix button order.  Also, use gtk_dialog_run()
+	instead of using callbacks.
+	(add_dialog_clicked_cb): Removed.
+
 2003-04-09  Larry Ewing  <lewing ximian com>
 
 	* e-summary.c (e_summary_init): remove call to
Index: e-summary-shown.c
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/e-summary-shown.c,v
retrieving revision 1.17
diff -u -p -r1.17 e-summary-shown.c
--- e-summary-shown.c	14 Mar 2003 05:14:23 -0000	1.17
+++ e-summary-shown.c	14 Apr 2003 20:59:04 -0000
@@ -64,7 +64,7 @@
 <ETableColumn model_col=\"0\" _title=\"%s\" resizable=\"true\" cell=\"tree-string\" compare=\"string\"/> \
 <ETableState> \
 <column source=\"0\"/> \
-<grouping></grouping> \
+<grouping><leaf column=\"0\" ascending=\"true\"/></grouping> \
 </ETableState> \
 </ETableSpecification>"
 

Attachment: signature.asc
Description: This is a digitally signed message part



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