[evolution-patches] Video conferencing field in ebook
- From: Ross Burton <ross burtonini com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Video conferencing field in ebook
- Date: Fri, 12 Dec 2003 13:40:49 +0000
Hi,
Attached is what looks like a patch for ebook to add a video
conferencing field. I have a patch to the contact editor too, when I've
cleaned up the glade I'll mail this too.
Please CC any replies to me, I don't receive postings from this list.
Ross
--
Ross Burton mail: ross burtonini com
jabber: ross burtonini com
www: http://www.burtonini.com./
PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF
Index: libebook/e-vcard.h
===================================================================
RCS file: /cvs/gnome/evolution-data-server/addressbook/libebook/e-vcard.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 e-vcard.h
--- libebook/e-vcard.h 3 Nov 2003 18:23:57 -0000 1.1.1.1
+++ libebook/e-vcard.h 12 Dec 2003 13:29:15 -0000
@@ -60,6 +60,7 @@
#define EVC_X_ASSISTANT "X-EVOLUTION-ASSISTANT"
#define EVC_X_BIRTHDAY "X-EVOLUTION-BIRTHDAY"
#define EVC_X_BLOG_URL "X-EVOLUTION-BLOG-URL"
+#define EVC_X_VIDEO_URL "X-EVOLUTION-VIDEO-URL"
#define EVC_X_FILE_AS "X-EVOLUTION-FILE-AS"
#define EVC_X_ICQ "X-ICQ"
#define EVC_X_JABBER "X-JABBER"
@@ -69,7 +70,6 @@
#define EVC_X_MSN "X-MSN"
#define EVC_X_SPOUSE "X-EVOLUTION-SPOUSE"
#define EVC_X_WANTS_HTML "X-MOZILLA-HTML"
-#define EVC_X_WANTS_HTML "X-MOZILLA-HTML"
#define EVC_X_YAHOO "X-YAHOO"
typedef enum {
Index: libebook/e-contact.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/addressbook/libebook/e-contact.c,v
retrieving revision 1.7
diff -u -r1.7 e-contact.c
--- libebook/e-contact.c 6 Dec 2003 01:27:40 -0000 1.7
+++ libebook/e-contact.c 12 Dec 2003 13:29:15 -0000
@@ -163,6 +163,7 @@
/* Web fields */
STRING_FIELD (E_CONTACT_HOMEPAGE_URL, EVC_URL, "homepage_url", N_("Homepage URL"), FALSE),
STRING_FIELD (E_CONTACT_BLOG_URL, EVC_X_BLOG_URL, "blog_url", N_("Weblog URL"), FALSE),
+ STRING_FIELD (E_CONTACT_VIDEO_URL, EVC_X_VIDEO_URL, "video_url", N_("Video Conferencing URL"), FALSE),
/* Photo/Logo */
STRUCT_FIELD (E_CONTACT_PHOTO, EVC_PHOTO, "photo", N_("Photo"), FALSE, photo_getter, photo_setter, e_contact_photo_get_type),
Index: libebook/e-contact.h
===================================================================
RCS file: /cvs/gnome/evolution-data-server/addressbook/libebook/e-contact.h,v
retrieving revision 1.4
diff -u -r1.4 e-contact.h
--- libebook/e-contact.h 4 Dec 2003 20:35:12 -0000 1.4
+++ libebook/e-contact.h 12 Dec 2003 13:29:16 -0000
@@ -89,6 +89,7 @@
E_CONTACT_CALENDAR_URI, /* string field */
E_CONTACT_FREEBUSY_URL, /* string field */
E_CONTACT_ICS_CALENDAR, /* string field */
+ E_CONTACT_VIDEO_URL, /* string field */
/* misc fields */
E_CONTACT_SPOUSE, /* string field */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]