From 8eb6a561ab9013d3ad12599176c077c57f12ce08 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 18 May 2000 22:28:38 +0000 Subject: Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with a 2000-05-18 Christopher James Lahey * backend/ebook/e-card.c: Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with a passed NULL. * contact-editor/Makefile.am: Removed imagesdir stuff. * contact-editor/arrow.png: Made this transparent. * contact-editor/contact-editor.glade, contact-editor/e-contact-editor-strings.h: Renamed some widgets and added custom widgets for all of the images. * contact-editor/e-contact-editor.c: Worked on making this work decently well with messed up glade files. Cleaned up a lot of code. svn path=/trunk/; revision=3121 --- addressbook/contact-editor/contact-editor.glade | 316 +++++++++++++++++++++--- 1 file changed, 277 insertions(+), 39 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 a450743ff8..af77945c56 100644 --- a/addressbook/contact-editor/contact-editor.glade +++ b/addressbook/contact-editor/contact-editor.glade @@ -56,7 +56,7 @@ table-contact-editor-general 7 True - 13 + 14 8 False 4 @@ -710,7 +710,7 @@ GtkCheckButton checkbutton-htmlmail True - + False True @@ -741,7 +741,7 @@ GtkButton - button-address1 + button-address True @@ -969,7 +969,7 @@ GtkLabel - label-address1 + label-address True GTK_JUSTIFY_CENTER @@ -1221,6 +1221,188 @@ 0 + + + Custom + custom1 + True + e_create_image_widget + malehead.png + + 0 + 0 + Thu, 18 May 2000 12:19:47 GMT + + 0 + 1 + 0 + 4 + 0 + 0 + False + False + False + False + True + True + + + + + Custom + custom2 + True + e_create_image_widget + cellphone.png + + 0 + 0 + Thu, 18 May 2000 12:20:02 GMT + + 4 + 5 + 0 + 4 + 0 + 0 + False + False + False + False + True + True + + + + + Custom + custom3 + True + e_create_image_widget + envelope.png + + 0 + 0 + Thu, 18 May 2000 12:19:51 GMT + + 0 + 1 + 5 + 7 + 0 + 0 + False + False + False + False + True + True + + + + + Custom + custom4 + True + e_create_image_widget + house.png + + 0 + 0 + Thu, 18 May 2000 12:20:06 GMT + + 4 + 5 + 5 + 10 + 0 + 0 + False + False + False + False + True + True + + + + + Custom + custom5 + True + e_create_image_widget + evolution-contacts.png + + 0 + 0 + Thu, 18 May 2000 12:19:59 GMT + + 0 + 1 + 12 + 14 + 0 + 0 + False + False + False + False + True + True + + + + + Custom + custom6 + True + e_create_image_widget + briefcase.png + + 0 + 0 + Thu, 18 May 2000 12:20:09 GMT + + 4 + 5 + 12 + 14 + 0 + 0 + False + False + False + False + True + True + + + + + Custom + custom10 + True + e_create_image_widget + globe.png + + 0 + 0 + Thu, 18 May 2000 12:19:56 GMT + + 0 + 1 + 8 + 10 + 0 + 0 + False + False + False + False + True + True + + @@ -1764,11 +1946,85 @@ - GtkHBox - hbox5 + GtkHSeparator + hseparator8 True - False - 0 + + 0 + 6 + 6 + 7 + 0 + 0 + True + False + False + False + True + True + + + + + Custom + custom7 + True + e_create_image_widget + briefcase.png + + 0 + 0 + Thu, 18 May 2000 12:20:13 GMT + + 0 + 1 + 0 + 2 + 0 + 0 + False + False + False + False + True + True + + + + + Custom + custom8 + True + e_create_image_widget + malehead.png + + 0 + 0 + Thu, 18 May 2000 12:20:16 GMT + + 0 + 1 + 4 + 6 + 0 + 0 + False + False + False + False + True + True + + + + + GtkScrolledWindow + scrolledwindow2 + True + GTK_POLICY_AUTOMATIC + GTK_POLICY_AUTOMATIC + GTK_UPDATE_CONTINUOUS + GTK_UPDATE_CONTINUOUS 1 6 @@ -1776,7 +2032,7 @@ 9 0 0 - False + True True False False @@ -1787,49 +2043,31 @@ GtkText text-comments - 50 True True True - - 0 - True - True - - - - - GtkVScrollbar - vscrollbar-comments - True - GTK_UPDATE_CONTINUOUS - 0 - 0 - 0 - 0 - 0 - 0 - - 0 - False - False - - GtkHSeparator - hseparator8 + Custom + custom9 True + e_create_image_widget + globe.png + + 0 + 0 + Thu, 18 May 2000 12:20:19 GMT 0 - 6 - 6 - 7 + 1 + 7 + 9 0 0 - True + False False False False -- cgit