[evolution-patches] Addressbook patch to fix #55196(Summary: In contact list editor ,access key Alt + a is used in two areas.)
- From: sh <hao sheng sun com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Addressbook patch to fix #55196(Summary: In contact list editor ,access key Alt + a is used in two areas.)
- Date: Mon, 08 Mar 2004 15:00:06 -0500
Hi,
This patch is aimed for Head.
Fix the Bug #55196 on http://bugzilla.ximian.com.
Attach is a patch to fix that.
Would you like to spend a little time to review it?
Best regards
hao.sheng
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1607
diff -u -r1.1607 ChangeLog
--- ChangeLog 4 Mar 2004 06:03:36 -0000 1.1607
+++ ChangeLog 8 Mar 2004 05:49:29 -0000
@@ -1,3 +1,9 @@
+2004-03-08 hao.sheng <hao sheng sun com>
+ * gui/contact-list-editor/contact-list-editor.glade : Change the access
+ key of Add button to Alt+d. Make the access key Alt+t work.
+
+ Fixes #55196
+
2004-03-04 Sivaiah Nallagatla <snallagatla novell com>
* gui/component/addressbook-config.c :
Index: gui/contact-list-editor/contact-list-editor.glade
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-list-editor/contact-list-editor.glade,v
retrieving revision 1.10
diff -u -r1.10 contact-list-editor.glade
--- gui/contact-list-editor/contact-list-editor.glade 30 Jan 2004 22:52:39 -0000 1.10
+++ gui/contact-list-editor/contact-list-editor.glade 8 Mar 2004 05:49:29 -0000
@@ -134,6 +134,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="mnemonic_widget">email-entry</property>
</widget>
<packing>
<property name="padding">0</property>
@@ -241,9 +242,63 @@
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
- <property name="label">gtk-add</property>
- <property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
+
+ <child>
+ <widget class="GtkAlignment" id="alignment1">
+ <property name="visible">True</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xscale">0</property>
+ <property name="yscale">0</property>
+
+ <child>
+ <widget class="GtkHBox" id="hbox8">
+ <property name="visible">True</property>
+ <property name="homogeneous">False</property>
+ <property name="spacing">2</property>
+
+ <child>
+ <widget class="GtkImage" id="image1">
+ <property name="visible">True</property>
+ <property name="stock">gtk-add</property>
+ <property name="icon_size">4</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkLabel" id="label13">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">A_dd</property>
+ <property name="use_underline">True</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
+ </child>
</widget>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]