[Pkg-mozext-commits] [gcontactsync] 04/88: Use the home website before work (Private tab precedes Work tab in TB)

David Prévot taffit at moszumanska.debian.org
Thu Sep 18 20:52:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository gcontactsync.

commit e533f72711154bdf94c9043249a80429393e89bf
Author: Josh Geenen <joshgeenen at gmail.com>
Date:   Sun Dec 22 17:16:13 2013 -0600

    Use the home website before work (Private tab precedes Work tab in TB)
---
 content/ContactConverter.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/ContactConverter.js b/content/ContactConverter.js
index f7c325b..68f9a52 100644
--- a/content/ContactConverter.js
+++ b/content/ContactConverter.js
@@ -137,8 +137,8 @@ com.gContactSync.ContactConverter = {
       new com.gContactSync.ConverterElement("relation", "Relation2", 2, ""),
       new com.gContactSync.ConverterElement("relation", "Relation3", 3, ""),
       // Websites
-      new com.gContactSync.ConverterElement("website",   "WebPage1", 0, "work"),
-      new com.gContactSync.ConverterElement("website",   "WebPage2", 1, "home"),
+      new com.gContactSync.ConverterElement("website",   "WebPage2", 0, "home"),
+      new com.gContactSync.ConverterElement("website",   "WebPage1", 1, "work"),
     ];
 
     // Only synchronize (if possible) postal addresses if the preference was

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/gcontactsync.git



More information about the Pkg-mozext-commits mailing list