From 4f9ed89172807bf2593c2fea6d88d1bb5b0c8967 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 8 Jan 2004 16:26:42 +0000 Subject: Add the video conferencing field svn path=/trunk/; revision=24117 --- .../gui/contact-editor/contact-editor.glade | 127 ++++++++++++++++++++- addressbook/gui/contact-editor/e-contact-editor.c | 7 +- 2 files changed, 131 insertions(+), 3 deletions(-) (limited to 'addressbook/gui/contact-editor') diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade index 3fd8cd922c..8b1aa1ef3b 100644 --- a/addressbook/gui/contact-editor/contact-editor.glade +++ b/addressbook/gui/contact-editor/contact-editor.glade @@ -2213,10 +2213,11 @@ True - If this person publishes free/busy or other calendar information on the Internet, enter the address + <b>Calendar Access</b> +If this person publishes free/busy or other calendar information on the Internet, enter the address of that information here. False - False + True GTK_JUSTIFY_LEFT False False @@ -2344,6 +2345,128 @@ of that information here. + + 0 + False + True + + + + + + 7 + True + False + 4 + + + + True + e_create_image_widget + videoconf.png + + 0 + 0 + Thu, 18 May 2000 12:20:13 GMT + + + 0 + False + False + + + + + + True + <b>Video Conferencing</b> +If this person has the ability to participate in a video conference, enter their address here. + False + True + GTK_JUSTIFY_LEFT + False + False + 7.45058e-09 + 0.5 + 0 + 0 + + + 0 + True + True + + + + + 0 + False + False + + + + + + True + 0.5 + 0.5 + 0.75 + 1 + + + + 6 + True + 1 + 2 + False + 6 + 6 + + + + True + _Video Conferencing URL: + True + False + GTK_JUSTIFY_CENTER + False + False + 1 + 0.5 + 0 + 0 + entry-fburl + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + e_contact_editor_create_web + 0 + 0 + Mon, 10 Feb 2003 20:38:00 GMT + + + 1 + 2 + 0 + 1 + fill + + + + + 0 True diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 8e58f114e1..13a1f39d51 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -830,6 +830,7 @@ set_entry_changed_signals(EContactEditor *editor) set_urlentry_changed_signal_field (editor, "entry-blog"); set_urlentry_changed_signal_field (editor, "entry-caluri"); set_urlentry_changed_signal_field (editor, "entry-fburl"); + set_urlentry_changed_signal_field (editor, "entry-videourl"); set_entry_changed_signal_field(editor, "entry-categories"); set_entry_changed_signal_field(editor, "entry-jobtitle"); @@ -2356,6 +2357,7 @@ static struct { { "entry-categories", E_CONTACT_CATEGORIES }, { "entry-caluri", E_CONTACT_CALENDAR_URI }, { "entry-fburl", E_CONTACT_FREEBUSY_URL }, + { "entry-videourl", E_CONTACT_VIDEO_URL }, }; static void @@ -2449,7 +2451,10 @@ static struct { { "entry-caluri", E_CONTACT_CALENDAR_URI, TRUE }, { "label-fburl", E_CONTACT_FREEBUSY_URL }, - { "entry-fburl", E_CONTACT_FREEBUSY_URL, TRUE } + { "entry-fburl", E_CONTACT_FREEBUSY_URL, TRUE }, + + { "label-videourl", E_CONTACT_VIDEO_URL }, + { "entry-videourl", E_CONTACT_VIDEO_URL, TRUE } }; static int num_widget_field_mappings = sizeof(widget_field_mappings) / sizeof (widget_field_mappings[0]); -- cgit v1.2.3