From ea7d45ac2a81ef714b92e78d19fea3ec41c406f2 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 26 Jun 2005 21:35:52 +0000 Subject: [PATCH] fixes in editable properties of some entries in vcard (fix #438) --- src/gtkgui.glade | 16 ++++++++-------- src/vcard.py | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/gtkgui.glade b/src/gtkgui.glade index 49a6ed715..b4ee1cbfa 100644 --- a/src/gtkgui.glade +++ b/src/gtkgui.glade @@ -6528,7 +6528,7 @@ Custom True True - True + False 0 @@ -6665,7 +6665,7 @@ Custom True True - True + False True 0 @@ -6686,7 +6686,7 @@ Custom True True - True + False True 0 @@ -6707,7 +6707,7 @@ Custom True True - True + False True 0 @@ -6728,7 +6728,7 @@ Custom True True - True + False True 0 @@ -6749,7 +6749,7 @@ Custom True True - True + False True 0 @@ -7711,7 +7711,7 @@ Custom True True - True + False True 0 @@ -7732,7 +7732,7 @@ Custom True True - True + False True 0 diff --git a/src/vcard.py b/src/vcard.py index 190ec9b37..1e2459087 100644 --- a/src/vcard.py +++ b/src/vcard.py @@ -298,9 +298,9 @@ class VcardWindow: 'TEL_HOME_NUMBER', 'N_FAMILY', 'N_GIVEN', 'N_MIDDLE', 'N_PREFIX', 'N_SUFFIX', 'ADR_HOME_STREET', 'ADR_HOME_EXTADR', 'ADR_HOME_LOCALITY', 'ADR_HOME_REGION', 'ADR_HOME_PCODE', 'ADR_HOME_CTRY', 'ORG_ORGNAME', - 'ORG_ORGUNIT', 'TITLE', 'ROLE', 'ADR_WORK_STREET', 'ADR_WORK_EXTADR', - 'ADR_WORK_LOCALITY', 'ADR_WORK_REGION', 'ADR_WORK_PCODE', - 'ADR_WORK_CTRY'] + 'ORG_ORGUNIT', 'TITLE', 'ROLE', 'TEL_WORK_NUMBER', 'EMAIL_WORK_USERID', + 'ADR_WORK_STREET', 'ADR_WORK_EXTADR', 'ADR_WORK_LOCALITY', + 'ADR_WORK_REGION', 'ADR_WORK_PCODE', 'ADR_WORK_CTRY'] vcard = {} for e in entries: txt = self.xml.get_widget(e + '_entry').get_text()