From 465efaf4dd120b2b43ae3e593bc11c8364f36ec1 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 27 Apr 2000 17:09:20 +0000 Subject: Added addressbook/ename/Makefile. 2000-04-27 Christopher James Lahey * configure.in: Added addressbook/ename/Makefile. From addressbook/ChangeLog: 2000-04-27 Christopher James Lahey * backend/ebook/e-card.c, backend/ebook/e-card.h: Added file as, office, manager, assistant, spouse, and anniversary fields. These all use "X-EVOLUTION-" fields in the VCards. * backend/pas/pas-backend-file.c: Added all the new fields (except anniversary) to the list of fields. * contact-editor/contact-editor.glade, contact-editor/e-contact-editor-strings.h: Fixed some misnamed fields and fixed the placement of the comments field. * contact-editor/e-contact-editor.c: Made the newly added fields display properly. * Makefile.am: Added ename. * ename/e-name-western.h, ename/test-ename-western-gtk.c, ename/test-ename-western.c: Fixed up some #includes. * ename/.cvsignore: Added .cvsignore. svn path=/trunk/; revision=2658 --- addressbook/contact-editor/contact-editor.glade | 249 ++++++++++++------------ 1 file changed, 129 insertions(+), 120 deletions(-) (limited to 'addressbook/contact-editor/contact-editor.glade') diff --git a/addressbook/contact-editor/contact-editor.glade b/addressbook/contact-editor/contact-editor.glade index cd17ffd288..33721520e6 100644 --- a/addressbook/contact-editor/contact-editor.glade +++ b/addressbook/contact-editor/contact-editor.glade @@ -428,57 +428,6 @@ - - GtkHBox - hbox5 - False - 0 - - 0 - 7 - 10 - 11 - 0 - 0 - True - True - False - False - True - True - - - - GtkText - text-comments - True - True - - - 0 - True - True - - - - - GtkVScrollbar - vscrollbar-comments - GTK_UPDATE_CONTINUOUS - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - False - False - - - - GtkAlignment alignment2 @@ -564,38 +513,6 @@ - - GtkAlignment - alignment4 - 1 - 0.5 - 0 - 1 - - 6 - 7 - 6 - 7 - 0 - 0 - False - False - False - False - True - True - - - - GtkButton - button-address1 - - - Placeholder - - - - GtkAlignment alignment5 @@ -692,32 +609,6 @@ - - GtkLabel - label-address1 - - GTK_JUSTIFY_CENTER - False - 0 - 0.5 - 0 - 0 - - 5 - 6 - 6 - 7 - 0 - 0 - False - False - False - False - True - True - - - GtkHSeparator hseparator4 @@ -910,7 +801,7 @@ GtkCombo - combo-fileas + combo-file-as False True True @@ -935,7 +826,7 @@ GtkEntry GtkCombo:entry - combo-entry1 + entry-file-as True True True @@ -964,12 +855,63 @@ - GtkCheckButton - checkbutton-htmlmail - True - - False - True + GtkHBox + hbox5 + False + 0 + + 0 + 8 + 10 + 11 + 0 + 0 + True + True + False + False + True + True + + + + GtkText + text-comments + True + True + + + 0 + True + True + + + + + GtkVScrollbar + vscrollbar-comments + GTK_UPDATE_CONTINUOUS + 0 + 0 + 0 + 0 + 0 + 0 + + 0 + False + False + + + + + + GtkAlignment + alignment10 + 0.5 + 0 + 1 + 1 3 4 @@ -984,6 +926,73 @@ True True + + + GtkCheckButton + checkbutton-htmlmail + True + + False + True + + + + + GtkAlignment + alignment4 + 1 + 0.5 + 0 + 0 + + 6 + 7 + 6 + 7 + 0 + 0 + False + False + False + False + True + True + + + + GtkButton + button-address1 + + + Placeholder + + + + + + GtkLabel + label-address1 + + GTK_JUSTIFY_CENTER + False + 0 + 0.5 + 0 + 0 + + 5 + 6 + 6 + 7 + 0 + 0 + False + False + False + False + True + True + @@ -1272,7 +1281,7 @@ GtkEntry - entry4 + entry-spouse True True True @@ -1464,7 +1473,7 @@ GtkEntry - entry13 + entry-assistant True True True @@ -1488,7 +1497,7 @@ GtkEntry - entry12 + entry-manager True True True -- cgit