[evolution] Bug #637673 - Make phone fields one row and auto-expand when needed



commit 02615053d97d72e70bb598621db2dafda0917da7
Author: Milan Crha <mcrha redhat com>
Date:   Mon Sep 26 11:25:02 2011 +0200

    Bug #637673 - Make phone fields one row and auto-expand when needed

 addressbook/gui/contact-editor/e-contact-editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 6ce9524..ea696f8 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -1327,7 +1327,7 @@ expand_phone (EContactEditor *editor,
               gboolean expanded)
 {
 	const gchar *names[] = {
-		"entry-phone-2", "combobox-phone-2",
+		"entry-phone-3", "combobox-phone-3",
 		"entry-phone-4", "combobox-phone-4",
 		"table-phone-extended", NULL
 	};
@@ -1401,7 +1401,7 @@ fill_in_phone_record (EContactEditor *editor,
 		phone_type >= 0 ? phone_type : phones_default[record - 1]);
 	set_entry_text (editor, GTK_ENTRY (phone_entry), phone ? phone : "");
 
-	if (phone && *phone && record >= 5)
+	if (phone && *phone && record >= 3)
 		expand_phone (editor, TRUE);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]