From 22381481e98896c8f207d9442aee1c2577f6d76d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 7 Aug 2000 20:39:03 +0000 Subject: Fixed the tab order to not repeat the web page address field. 2000-08-07 Christopher James Lahey * contact-editor/contact-editor.glade, contact-editor/e-contact-editor.c: Fixed the tab order to not repeat the web page address field. svn path=/trunk/; revision=4583 --- addressbook/ChangeLog | 6 ++++++ addressbook/contact-editor/contact-editor.glade | 7 ++++--- addressbook/contact-editor/e-contact-editor.c | 2 +- addressbook/gui/contact-editor/contact-editor.glade | 7 ++++--- addressbook/gui/contact-editor/e-contact-editor.c | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 38c9c58b71..4cfba90857 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2000-08-07 Christopher James Lahey + + * contact-editor/contact-editor.glade, + contact-editor/e-contact-editor.c: Fixed the tab order to not + repeat the web page address field. + 2000-08-07 Christopher James Lahey * contact-editor/e-contact-editor.c: Fixed the tab order for this diff --git a/addressbook/contact-editor/contact-editor.glade b/addressbook/contact-editor/contact-editor.glade index 7f11886b28..8ee51c6831 100644 --- a/addressbook/contact-editor/contact-editor.glade +++ b/addressbook/contact-editor/contact-editor.glade @@ -370,7 +370,7 @@ GtkEntry - entry-phone1 + entry-phone1b True True True @@ -961,6 +961,7 @@ GtkCheckButton checkbutton-htmlmail + False False True @@ -1054,7 +1055,6 @@ 0.5 0 0 - entry-phone1 @@ -1243,6 +1243,7 @@ GtkCheckButton checkbutton-mailingaddress + False False True @@ -1289,7 +1290,7 @@ GtkAlignment - alignment12 + alignment-contacts 0.5 0.5 1 diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c index 235c8ea4b1..165d00e3f1 100644 --- a/addressbook/contact-editor/e-contact-editor.c +++ b/addressbook/contact-editor/e-contact-editor.c @@ -933,7 +933,7 @@ setup_tab_order(GladeXML *gui) list = add_to_tab_order(list, gui, "entry-email1"); list = add_to_tab_order(list, gui, "entry-web"); list = add_to_tab_order(list, gui, "text-address"); - list = add_to_tab_order(list, gui, "button-contacts"); + list = add_to_tab_order(list, gui, "alignment-contacts"); list = g_list_reverse(list); e_container_change_tab_order(GTK_CONTAINER(container), list); } diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index 7f11886b28..8ee51c6831 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -370,7 +370,7 @@ GtkEntry - entry-phone1 + entry-phone1b True True True @@ -961,6 +961,7 @@ GtkCheckButton checkbutton-htmlmail + False False True @@ -1054,7 +1055,6 @@ 0.5 0 0 - entry-phone1 @@ -1243,6 +1243,7 @@ GtkCheckButton checkbutton-mailingaddress + False False True @@ -1289,7 +1290,7 @@ GtkAlignment - alignment12 + alignment-contacts 0.5 0.5 1 diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 235c8ea4b1..165d00e3f1 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -933,7 +933,7 @@ setup_tab_order(GladeXML *gui) list = add_to_tab_order(list, gui, "entry-email1"); list = add_to_tab_order(list, gui, "entry-web"); list = add_to_tab_order(list, gui, "text-address"); - list = add_to_tab_order(list, gui, "button-contacts"); + list = add_to_tab_order(list, gui, "alignment-contacts"); list = g_list_reverse(list); e_container_change_tab_order(GTK_CONTAINER(container), list); } -- cgit v1.2.3