[evolution-patches] Patch fix #71663 (2005-1-25)
- From: Mengjie Yu <Meng-Jie Yu Sun COM>
- To: Radek Doulik <rodo ximian com>
- Cc: evolution-patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] Patch fix #71663 (2005-1-25)
- Date: Tue, 25 Jan 2005 19:23:36 +0800
hi,rodo
This is a patch fix #71663. It is also very small.
patch is also available on the following URL:
http://bugzilla.ximian.com/show_bug.cgi?id=71663
Will you please review it?
Thanks a lot.
Yours,
Mengjie
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/ChangeLog,v
retrieving revision 1.485
diff -u -p -r1.485 ChangeLog
--- ChangeLog 21 Jan 2005 08:56:08 -0000 1.485
+++ ChangeLog 24 Jan 2005 09:32:37 -0000
@@ -1,3 +1,9 @@
+2005-01-24 Mengjie Yu <meng-jie yu sun com>
+
+ Fix #71663
+ * template.c: (template_widget):correct the a11y name for the
+ treeview.
+
2005-01-21 Radek Doulik <rodo ximian com>
* menubar.c (menubar_setup): simplified and fixed
Index: template.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/components/html-editor/template.c,v
retrieving revision 1.19
diff -u -p -r1.19 template.c
--- template.c 19 Nov 2004 10:19:52 -0000 1.19
+++ template.c 24 Jan 2005 09:32:40 -0000
@@ -277,7 +277,7 @@ template_widget (GtkHTMLEditTemplateProp
gtk_tree_view_set_model (GTK_TREE_VIEW (d->tview_template), GTK_TREE_MODEL (d->store));
gtk_tree_view_append_column (GTK_TREE_VIEW (d->tview_template),
- gtk_tree_view_column_new_with_attributes (_("Labels"),
+ gtk_tree_view_column_new_with_attributes (_("Template Labels"),
gtk_cell_renderer_text_new (),
"text", 0, NULL));
g_signal_connect (gtk_tree_view_get_selection (GTK_TREE_VIEW (d->tview_template)), "changed",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]