Hello community,

here is the log from the commit of package gnome-contacts for openSUSE:Factory 
checked in at 2015-04-25 16:46:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-contacts (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-contacts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-contacts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-contacts/gnome-contacts.changes    
2015-04-23 07:58:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-contacts.new/gnome-contacts.changes       
2015-04-25 16:46:55.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 22 07:23:16 UTC 2015 - [email protected]
+
+- Update to version 3.16.2:
+  + Bug fixed concerning Maps initialization.
+
+-------------------------------------------------------------------

Old:
----
  gnome-contacts-3.16.1.tar.xz

New:
----
  gnome-contacts-3.16.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-contacts.spec ++++++
--- /var/tmp/diff_new_pack.ICBtwq/_old  2015-04-25 16:46:56.000000000 +0200
+++ /var/tmp/diff_new_pack.ICBtwq/_new  2015-04-25 16:46:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-contacts
-Version:        3.16.1
+Version:        3.16.2
 Release:        0
 Summary:        Contacts Manager for GNOME
 License:        GPL-2.0+

++++++ gnome-contacts-3.16.1.tar.xz -> gnome-contacts-3.16.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/ChangeLog 
new/gnome-contacts-3.16.2/ChangeLog
--- old/gnome-contacts-3.16.1/ChangeLog 2015-04-16 06:11:43.000000000 +0200
+++ new/gnome-contacts-3.16.2/ChangeLog 2015-04-22 05:37:44.000000000 +0200
@@ -1,3 +1,37 @@
+commit 5c1f9e2a9ca963a3e3db0e8ea6ad6969f405d6ed
+Author: Erick Pérez Castellanos <[email protected]>
+Date:   Tue Apr 21 23:18:33 2015 -0400
+
+    app: initialize Clutter for addresses' use
+
+    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=747977
+
+ src/main.vala | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a791b438032ff77b3b9ad5a440c166e0a751a8c4
+Author: Sveinn í Felli <[email protected]>
+Date:   Tue Apr 21 13:10:18 2015 +0000
+
+    Added Icelandic translation
+
+ po/LINGUAS |   1 +
+ po/is.po   | 709
+ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 2 files changed, 710 insertions(+)
+
+commit d5bdbc7bd710c5dbad7be8f9fe47106f28806558
+Author: Erick Pérez Castellanos <[email protected]>
+Date:   Thu Apr 16 00:20:50 2015 -0400
+
+    Bump version to 3.16.1 for release
+
+    NEWS: updated
+
+ NEWS         | 3 +++
+ configure.ac | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
 commit f854f35e0f05befef5b52daf429432d8dda6143e
 Author: Erick Pérez Castellanos <[email protected]>
 Date:   Thu Apr 16 00:10:27 2015 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/NEWS 
new/gnome-contacts-3.16.2/NEWS
--- old/gnome-contacts-3.16.1/NEWS      2015-04-16 05:55:27.000000000 +0200
+++ new/gnome-contacts-3.16.2/NEWS      2015-04-22 05:36:26.000000000 +0200
@@ -1,3 +1,6 @@
+Major changes in 3.16.2:
+* Bug fixed concerning Maps initialization.
+
 Major changes in 3.16.1:
 * Updated translations
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/aclocal.m4 
new/gnome-contacts-3.16.2/aclocal.m4
--- old/gnome-contacts-3.16.1/aclocal.m4        2015-04-16 06:11:23.000000000 
+0200
+++ new/gnome-contacts-3.16.2/aclocal.m4        2015-04-22 05:37:18.000000000 
+0200
@@ -20,6 +20,187 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
+dnl GLIB_GSETTINGS
+dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
+dnl the schema should be compiled
+dnl
+
+AC_DEFUN([GLIB_GSETTINGS],
+[
+  m4_pattern_allow([AM_V_GEN])
+  AC_ARG_ENABLE(schemas-compile,
+                AS_HELP_STRING([--disable-schemas-compile],
+                               [Disable regeneration of gschemas.compiled on 
install]),
+                [case ${enableval} in
+                  yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
+                  no)  GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
+                  *) AC_MSG_ERROR([bad value ${enableval} for 
--enable-schemas-compile]) ;;
+                 esac])
+  AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
+  PKG_PROG_PKG_CONFIG([0.16])
+  AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
+  if test x$cross_compiling != xyes; then
+    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
+  else
+    AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
+  fi
+  AC_SUBST(GLIB_COMPILE_SCHEMAS)
+  if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
+    ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2])
+  else
+    ifelse([$1],,[:],[$1])
+  fi
+
+  GSETTINGS_RULES='
+.PHONY : uninstall-gsettings-schemas install-gsettings-schemas 
clean-gsettings-schemas
+
+mostlyclean-am: clean-gsettings-schemas
+
+gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
+
+%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
+       $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix 
--schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && 
touch [$]@
+
+all-am: $(gsettings_SCHEMAS:.xml=.valid)
+uninstall-am: uninstall-gsettings-schemas
+install-data-am: install-gsettings-schemas
+
+.SECONDARY: $(gsettings_SCHEMAS)
+
+install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
+       @$(NORMAL_INSTALL)
+       if test -n "$^"; then \
+               test -z "$(gsettingsschemadir)" || $(MKDIR_P) 
"$(DESTDIR)$(gsettingsschemadir)"; \
+               $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
+               test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || 
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
+       fi
+
+uninstall-gsettings-schemas:
+       @$(NORMAL_UNINSTALL)
+       @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n 
"$(gsettingsschemadir)" || list=; \
+       files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
+       test -n "$$files" || exit 0; \
+       echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files 
")"; \
+       cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
+       test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || 
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
+
+clean-gsettings-schemas:
+       rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
+
+ifdef gsettings_ENUM_NAMESPACE
+$(gsettings__enum_file): $(gsettings_ENUM_FILES)
+       $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead 
"<schemalist>" --vhead "  <@type@ 
id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value 
nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" 
--ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@
+endif
+'
+  _GSETTINGS_SUBST(GSETTINGS_RULES)
+])
+
+dnl _GSETTINGS_SUBST(VARIABLE)
+dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
+AC_DEFUN([_GSETTINGS_SUBST],
+[
+AC_SUBST([$1])
+m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
+]
+)
+
+dnl -*- mode: autoconf -*-
+dnl Copyright 2009 Johan Dahlin
+dnl
+dnl This file is free software; the author(s) gives unlimited
+dnl permission to copy and/or distribute it, with or without
+dnl modifications, as long as this notice is preserved.
+dnl
+
+# serial 1
+
+m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
+[
+    AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
+    AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
+    AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
+
+    dnl enable/disable introspection
+    m4_if([$2], [require],
+    [dnl
+        enable_introspection=yes
+    ],[dnl
+        AC_ARG_ENABLE(introspection,
+                  
AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
+                                 [Enable introspection for this build]),, 
+                                 [enable_introspection=auto])
+    ])dnl
+
+    AC_MSG_CHECKING([for gobject-introspection])
+
+    dnl presence/version checking
+    AS_CASE([$enable_introspection],
+    [no], [dnl
+        found_introspection="no (disabled, use --enable-introspection to 
enable)"
+    ],dnl
+    [yes],[dnl
+        PKG_CHECK_EXISTS([gobject-introspection-1.0],,
+                         AC_MSG_ERROR([gobject-introspection-1.0 is not 
installed]))
+        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
+                         found_introspection=yes,
+                         AC_MSG_ERROR([You need to have gobject-introspection 
>= $1 installed to build AC_PACKAGE_NAME]))
+    ],dnl
+    [auto],[dnl
+        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], 
found_introspection=yes, found_introspection=no)
+       dnl Canonicalize enable_introspection
+       enable_introspection=$found_introspection
+    ],dnl
+    [dnl       
+        AC_MSG_ERROR([invalid argument passed to --enable-introspection, 
should be one of @<:@no/auto/yes@:>@])
+    ])dnl
+
+    AC_MSG_RESULT([$found_introspection])
+
+    INTROSPECTION_SCANNER=
+    INTROSPECTION_COMPILER=
+    INTROSPECTION_GENERATE=
+    INTROSPECTION_GIRDIR=
+    INTROSPECTION_TYPELIBDIR=
+    if test "x$found_introspection" = "xyes"; then
+       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner 
gobject-introspection-1.0`
+       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler 
gobject-introspection-1.0`
+       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate 
gobject-introspection-1.0`
+       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir 
gobject-introspection-1.0`
+       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir 
gobject-introspection-1.0)"
+       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
+       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
+       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir 
gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
+    fi
+    AC_SUBST(INTROSPECTION_SCANNER)
+    AC_SUBST(INTROSPECTION_COMPILER)
+    AC_SUBST(INTROSPECTION_GENERATE)
+    AC_SUBST(INTROSPECTION_GIRDIR)
+    AC_SUBST(INTROSPECTION_TYPELIBDIR)
+    AC_SUBST(INTROSPECTION_CFLAGS)
+    AC_SUBST(INTROSPECTION_LIBS)
+    AC_SUBST(INTROSPECTION_MAKEFILE)
+
+    AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
+])
+
+
+dnl Usage:
+dnl   GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
+
+AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
+[
+  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
+])
+
+dnl Usage:
+dnl   GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
+
+
+AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
+[
+  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
+])
+
 # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 # serial 1 (pkg-config-0.24)
 # 
@@ -235,187 +416,6 @@
 AS_VAR_IF([$1], [""], [$5], [$4])dnl
 ])# PKG_CHECK_VAR
 
-dnl GLIB_GSETTINGS
-dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
-dnl the schema should be compiled
-dnl
-
-AC_DEFUN([GLIB_GSETTINGS],
-[
-  m4_pattern_allow([AM_V_GEN])
-  AC_ARG_ENABLE(schemas-compile,
-                AS_HELP_STRING([--disable-schemas-compile],
-                               [Disable regeneration of gschemas.compiled on 
install]),
-                [case ${enableval} in
-                  yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
-                  no)  GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
-                  *) AC_MSG_ERROR([bad value ${enableval} for 
--enable-schemas-compile]) ;;
-                 esac])
-  AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
-  PKG_PROG_PKG_CONFIG([0.16])
-  AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
-  if test x$cross_compiling != xyes; then
-    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
-  else
-    AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
-  fi
-  AC_SUBST(GLIB_COMPILE_SCHEMAS)
-  if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
-    ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2])
-  else
-    ifelse([$1],,[:],[$1])
-  fi
-
-  GSETTINGS_RULES='
-.PHONY : uninstall-gsettings-schemas install-gsettings-schemas 
clean-gsettings-schemas
-
-mostlyclean-am: clean-gsettings-schemas
-
-gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
-
-%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
-       $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix 
--schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && 
touch [$]@
-
-all-am: $(gsettings_SCHEMAS:.xml=.valid)
-uninstall-am: uninstall-gsettings-schemas
-install-data-am: install-gsettings-schemas
-
-.SECONDARY: $(gsettings_SCHEMAS)
-
-install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
-       @$(NORMAL_INSTALL)
-       if test -n "$^"; then \
-               test -z "$(gsettingsschemadir)" || $(MKDIR_P) 
"$(DESTDIR)$(gsettingsschemadir)"; \
-               $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
-               test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || 
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
-       fi
-
-uninstall-gsettings-schemas:
-       @$(NORMAL_UNINSTALL)
-       @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n 
"$(gsettingsschemadir)" || list=; \
-       files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
-       test -n "$$files" || exit 0; \
-       echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files 
")"; \
-       cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
-       test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || 
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
-
-clean-gsettings-schemas:
-       rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
-
-ifdef gsettings_ENUM_NAMESPACE
-$(gsettings__enum_file): $(gsettings_ENUM_FILES)
-       $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead 
"<schemalist>" --vhead "  <@type@ 
id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value 
nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" 
--ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@
-endif
-'
-  _GSETTINGS_SUBST(GSETTINGS_RULES)
-])
-
-dnl _GSETTINGS_SUBST(VARIABLE)
-dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
-AC_DEFUN([_GSETTINGS_SUBST],
-[
-AC_SUBST([$1])
-m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
-]
-)
-
-dnl -*- mode: autoconf -*-
-dnl Copyright 2009 Johan Dahlin
-dnl
-dnl This file is free software; the author(s) gives unlimited
-dnl permission to copy and/or distribute it, with or without
-dnl modifications, as long as this notice is preserved.
-dnl
-
-# serial 1
-
-m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
-[
-    AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
-    AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
-    AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
-
-    dnl enable/disable introspection
-    m4_if([$2], [require],
-    [dnl
-        enable_introspection=yes
-    ],[dnl
-        AC_ARG_ENABLE(introspection,
-                  
AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
-                                 [Enable introspection for this build]),, 
-                                 [enable_introspection=auto])
-    ])dnl
-
-    AC_MSG_CHECKING([for gobject-introspection])
-
-    dnl presence/version checking
-    AS_CASE([$enable_introspection],
-    [no], [dnl
-        found_introspection="no (disabled, use --enable-introspection to 
enable)"
-    ],dnl
-    [yes],[dnl
-        PKG_CHECK_EXISTS([gobject-introspection-1.0],,
-                         AC_MSG_ERROR([gobject-introspection-1.0 is not 
installed]))
-        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
-                         found_introspection=yes,
-                         AC_MSG_ERROR([You need to have gobject-introspection 
>= $1 installed to build AC_PACKAGE_NAME]))
-    ],dnl
-    [auto],[dnl
-        PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], 
found_introspection=yes, found_introspection=no)
-       dnl Canonicalize enable_introspection
-       enable_introspection=$found_introspection
-    ],dnl
-    [dnl       
-        AC_MSG_ERROR([invalid argument passed to --enable-introspection, 
should be one of @<:@no/auto/yes@:>@])
-    ])dnl
-
-    AC_MSG_RESULT([$found_introspection])
-
-    INTROSPECTION_SCANNER=
-    INTROSPECTION_COMPILER=
-    INTROSPECTION_GENERATE=
-    INTROSPECTION_GIRDIR=
-    INTROSPECTION_TYPELIBDIR=
-    if test "x$found_introspection" = "xyes"; then
-       INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner 
gobject-introspection-1.0`
-       INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler 
gobject-introspection-1.0`
-       INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate 
gobject-introspection-1.0`
-       INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir 
gobject-introspection-1.0`
-       INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir 
gobject-introspection-1.0)"
-       INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
-       INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
-       INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir 
gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
-    fi
-    AC_SUBST(INTROSPECTION_SCANNER)
-    AC_SUBST(INTROSPECTION_COMPILER)
-    AC_SUBST(INTROSPECTION_GENERATE)
-    AC_SUBST(INTROSPECTION_GIRDIR)
-    AC_SUBST(INTROSPECTION_TYPELIBDIR)
-    AC_SUBST(INTROSPECTION_CFLAGS)
-    AC_SUBST(INTROSPECTION_LIBS)
-    AC_SUBST(INTROSPECTION_MAKEFILE)
-
-    AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
-])
-
-
-dnl Usage:
-dnl   GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
-
-AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
-[
-  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
-])
-
-dnl Usage:
-dnl   GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
-
-
-AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
-[
-  _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
-])
-
 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/configure 
new/gnome-contacts-3.16.2/configure
--- old/gnome-contacts-3.16.1/configure 2015-04-16 06:11:23.000000000 +0200
+++ new/gnome-contacts-3.16.2/configure 2015-04-22 05:37:19.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-contacts 3.16.1.
+# Generated by GNU Autoconf 2.69 for gnome-contacts 3.16.2.
 #
 # Report bugs to 
<http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts>.
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-contacts'
 PACKAGE_TARNAME='gnome-contacts'
-PACKAGE_VERSION='3.16.1'
-PACKAGE_STRING='gnome-contacts 3.16.1'
+PACKAGE_VERSION='3.16.2'
+PACKAGE_STRING='gnome-contacts 3.16.2'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts'
 PACKAGE_URL=''
 
@@ -1507,7 +1507,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures gnome-contacts 3.16.1 to adapt to many kinds of 
systems.
+\`configure' configures gnome-contacts 3.16.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1577,7 +1577,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gnome-contacts 3.16.1:";;
+     short | recursive ) echo "Configuration of gnome-contacts 3.16.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1710,7 +1710,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gnome-contacts configure 3.16.1
+gnome-contacts configure 3.16.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1988,7 +1988,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gnome-contacts $as_me 3.16.1, which was
+It was created by gnome-contacts $as_me 3.16.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2856,7 +2856,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-contacts'
- VERSION='3.16.1'
+ VERSION='3.16.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16825,7 +16825,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gnome-contacts $as_me 3.16.1, which was
+This file was extended by gnome-contacts $as_me 3.16.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16891,7 +16891,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gnome-contacts config.status 3.16.1
+gnome-contacts config.status 3.16.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/configure.ac 
new/gnome-contacts-3.16.2/configure.ac
--- old/gnome-contacts-3.16.1/configure.ac      2015-04-16 05:55:35.000000000 
+0200
+++ new/gnome-contacts-3.16.2/configure.ac      2015-04-22 05:35:13.000000000 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([gnome-contacts],[3.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
+AC_INIT([gnome-contacts],[3.16.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
 AC_CONFIG_SRCDIR([src/main.vala])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/po/LINGUAS 
new/gnome-contacts-3.16.2/po/LINGUAS
--- old/gnome-contacts-3.16.1/po/LINGUAS        2015-03-16 18:27:06.000000000 
+0100
+++ new/gnome-contacts-3.16.2/po/LINGUAS        2015-04-22 05:31:24.000000000 
+0200
@@ -30,6 +30,7 @@
 hi
 hu
 id
+is
 it
 ja
 kk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/po/is.po 
new/gnome-contacts-3.16.2/po/is.po
--- old/gnome-contacts-3.16.1/po/is.po  1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-contacts-3.16.2/po/is.po  2015-04-22 05:31:24.000000000 +0200
@@ -0,0 +1,709 @@
+# translation of gnome-contacts.master.po to Icelandic
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Sveinn í Felli <[email protected]>, 2015.
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-contacts.master\n"
+"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-co";
+"ntacts&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-03-25 07:22+0000\n"
+"PO-Revision-Date: 2015-04-21 13:09+0000\n"
+"Last-Translator: Sveinn í Felli <[email protected]>\n"
+"Language-Team: Icelandic <[email protected]>\n"
+"Language: is\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n%10!=1 || n%100==11);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#: ../data/org.gnome.Contacts.appdata.xml.in.h:1
+msgid ""
+"Contacts keeps and organize your contacts information. You can create, edit, "
+"delete and link together pieces of information about your contacts. Contacts "
+"aggregates the details from all your sources providing a centralized place "
+"for managing your contacts."
+msgstr ""
+"Tengiliðaskráin heldur utan um upplýsingar varðandi tengiliði. Þú getur búið "
+"til tangiliði, breytt þeim og eytt, og tengt ýmsar upplýsingar við "
+"tengiliðina þína. GNOME Contacts safnar saman atriðum frá ýmsum uppsprettum í 
"
+"einn stað þar sem þú getur sýslað með tengiliðina þína."
+
+#: ../data/org.gnome.Contacts.appdata.xml.in.h:2
+msgid ""
+"Contacts will also integrate with online address books and automatically "
+"link contacts from different online sources."
+msgstr ""
+"GNOME Tengiliðir samtvinnur einnig upplýsingar úr nafnaskrám á netinu og "
+"tengir færslur sjálfkrafa við ýmis netforrit og tilföng af internetinu."
+
+#: ../data/org.gnome.Contacts.desktop.in.in.h:1 ../src/main.vala:28
+msgid "Contacts"
+msgstr "Tengiliðir"
+
+#: ../data/org.gnome.Contacts.desktop.in.in.h:2
+msgid "A contacts manager for GNOME"
+msgstr "Tengiliðastjórnun fyrir GNOME"
+
+#: ../data/org.gnome.Contacts.desktop.in.in.h:3
+msgid "friends;address book;"
+msgstr "vinir;nafnaskrá;netfangaskrá;"
+
+#: ../data/org.gnome.Contacts.search-provider.ini.in.in.h:1
+#: ../src/contacts-app.vala:129
+msgid "GNOME Contacts"
+msgstr "GNOME Tengiliðir"
+
+#: ../src/contacts-accounts-list.vala:48
+msgid "Online Accounts"
+msgstr "Aðgangar á neti"
+
+#: ../src/contacts-accounts-list.vala:174 ../src/contacts-esd-setup.c:233
+msgid "Local Address Book"
+msgstr "Nafnaskrá á þessari tölvu"
+
+#: ../src/contacts-address-map.vala:80
+msgid "Install GNOME Maps to open location."
+msgstr "Settu inn GNOME Maps til að opna staðsetningu."
+
+#: ../src/contacts-app.vala:46
+#, c-format
+msgid "No contact with id %s found"
+msgstr "Enginn tengiliður með auðkennið %s fannst"
+
+#: ../src/contacts-app.vala:47 ../src/contacts-app.vala:149
+msgid "Contact not found"
+msgstr "Tengiliður fannst ekki"
+
+#: ../src/contacts-app.vala:56
+msgid "Change Address Book"
+msgstr "Skipta um nafnaskrá"
+
+#: ../src/contacts-app.vala:61
+msgid "Change"
+msgstr "Breyta"
+
+#: ../src/contacts-app.vala:62 ../src/contacts-avatar-dialog.vala:255
+#: ../data/ui/contacts-window.ui.h:5
+msgid "Cancel"
+msgstr "Hætta við"
+
+#: ../src/contacts-app.vala:71
+msgid ""
+"New contacts will be added to the selected address book.\n"
+"You are able to view and edit contacts from other address books."
+msgstr ""
+"Nýjum tengiliðum verður bætt við valda nafnaskrá.\n"
+"Þú getur skoðað og breytt tengiliðum úr öðrum nafnaskrám."
+
+#: ../src/contacts-app.vala:128
+msgid "translator-credits"
+msgstr "Sveinn í Felli, [email protected]"
+
+#: ../src/contacts-app.vala:130
+msgid "About GNOME Contacts"
+msgstr "Um GNOME Contacts"
+
+#: ../src/contacts-app.vala:131
+msgid "Contact Management Application"
+msgstr "Forrit til umsýslu með tengiliði"
+
+#: ../src/contacts-app.vala:148
+#, c-format
+msgid "No contact with email address %s found"
+msgstr "Enginn tengiliður með tölvupóstfangið %s fannst"
+
+#: ../src/contacts-app.vala:318
+msgid "Show contact with this individual id"
+msgstr "Birta tengilið með þessu einstaklingsauðkenni"
+
+#: ../src/contacts-app.vala:320
+msgid "Show contact with this email address"
+msgstr "Birta tengilið með þessu tölvupóstfangi"
+
+#: ../src/contacts-app.vala:329
+msgid "— contact management"
+msgstr "— Umsýsla tengiliða"
+
+#: ../src/contacts-avatar-dialog.vala:200
+msgid "Browse for more pictures"
+msgstr "Finna fleiri myndir"
+
+#: ../src/contacts-avatar-dialog.vala:203
+msgid "_Cancel"
+msgstr "_Hætta við"
+
+#: ../src/contacts-avatar-dialog.vala:204
+msgid "_Open"
+msgstr "_Opna"
+
+#: ../src/contacts-avatar-dialog.vala:249
+msgid "Select Picture"
+msgstr "Velja mynd"
+
+#: ../src/contacts-avatar-dialog.vala:253 ../src/contacts-window.vala:198
+#: ../src/contacts-window.vala:224
+msgid "Select"
+msgstr "Velja"
+
+#: ../src/contacts-avatar-dialog.vala:281 ../src/contacts-window.vala:315
+msgid "New Contact"
+msgstr "Nýr tengiliður"
+
+#: ../src/contacts-contact-editor.vala:28
+msgid "Street"
+msgstr "Gata"
+
+#: ../src/contacts-contact-editor.vala:28
+msgid "Extension"
+msgstr "Viðbót"
+
+#: ../src/contacts-contact-editor.vala:28
+msgid "City"
+msgstr "Borg"
+
+#: ../src/contacts-contact-editor.vala:28
+msgid "State/Province"
+msgstr "Ríki/Fylki"
+
+#: ../src/contacts-contact-editor.vala:28
+msgid "Zip/Postal Code"
+msgstr "Póstnúmer"
+
+#: ../src/contacts-contact-editor.vala:28
+msgid "PO box"
+msgstr "Pósthólf"
+
+#: ../src/contacts-contact-editor.vala:28
+msgid "Country"
+msgstr "Land"
+
+#: ../src/contacts-contact-editor.vala:293
+msgid "Add email"
+msgstr "Bæta við tölvupóstfangi"
+
+#: ../src/contacts-contact-editor.vala:295
+msgid "Add number"
+msgstr "Bæta við númeri"
+
+#: ../src/contacts-contact-editor.vala:299
+#: ../src/contacts-contact-editor.vala:330
+#: ../src/contacts-contact-editor.vala:365
+#: ../src/contacts-contact-editor.vala:428
+#: ../src/contacts-contact-editor.vala:478
+msgid "Delete field"
+msgstr "Eyða gagnasviði"
+
+#: ../src/contacts-contact-editor.vala:400
+msgid "January"
+msgstr "janúar"
+
+#: ../src/contacts-contact-editor.vala:401
+msgid "February"
+msgstr "febrúar"
+
+#: ../src/contacts-contact-editor.vala:402
+msgid "March"
+msgstr "mars"
+
+#: ../src/contacts-contact-editor.vala:403
+msgid "April"
+msgstr "apríl"
+
+#: ../src/contacts-contact-editor.vala:404
+msgid "May"
+msgstr "maí"
+
+#: ../src/contacts-contact-editor.vala:405
+msgid "June"
+msgstr "júní"
+
+#: ../src/contacts-contact-editor.vala:406
+msgid "July"
+msgstr "júlí"
+
+#: ../src/contacts-contact-editor.vala:407
+msgid "August"
+msgstr "ágúst"
+
+#: ../src/contacts-contact-editor.vala:408
+msgid "September"
+msgstr "september"
+
+#: ../src/contacts-contact-editor.vala:409
+msgid "October"
+msgstr "október"
+
+#: ../src/contacts-contact-editor.vala:410
+msgid "November"
+msgstr "nóvember"
+
+#: ../src/contacts-contact-editor.vala:411
+msgid "December"
+msgstr "desember"
+
+#: ../src/contacts-contact-editor.vala:561
+#: ../src/contacts-contact-editor.vala:568
+#: ../src/contacts-contact-sheet.vala:190 ../data/ui/app-menu.ui.h:10
+msgid "Website"
+msgstr "Vefsvæði"
+
+#: ../src/contacts-contact-editor.vala:587
+#: ../src/contacts-contact-editor.vala:594
+#: ../src/contacts-contact-sheet.vala:196 ../data/ui/app-menu.ui.h:11
+msgid "Nickname"
+msgstr "Gælunafn"
+
+#: ../src/contacts-contact-editor.vala:620
+#: ../src/contacts-contact-editor.vala:627
+#: ../src/contacts-contact-sheet.vala:203 ../data/ui/app-menu.ui.h:12
+msgid "Birthday"
+msgstr "Afmælisdagur"
+
+#: ../src/contacts-contact-editor.vala:642
+#: ../src/contacts-contact-editor.vala:649
+#: ../src/contacts-contact-sheet.vala:210
+msgid "Note"
+msgstr "Minnispunktur"
+
+#: ../src/contacts-contact-editor.vala:795
+msgid "New Detail"
+msgstr "Nýtt atriði"
+
+#: ../src/contacts-contact-editor.vala:801
+#: ../src/contacts-linked-accounts-dialog.vala:36
+msgid "Linked Accounts"
+msgstr "Tengdir aðgangar"
+
+#: ../src/contacts-contact-editor.vala:804
+msgid "Remove Contact"
+msgstr "Fjarlægja tengilið"
+
+#: ../src/contacts-contact-editor.vala:862
+#: ../src/contacts-contact-editor.vala:1062
+msgid "Add name"
+msgstr "Bæta við nafni"
+
+#: ../src/contacts-contact-pane.vala:137
+#, c-format
+msgid "Does %s from %s belong here?"
+msgstr "Á %s frá %s heima hér?"
+
+#: ../src/contacts-contact-pane.vala:139
+#, c-format
+msgid "Do these details belong to %s?"
+msgstr "Eiga þessi atriði við %s?"
+
+#: ../src/contacts-contact-pane.vala:151
+msgid "Yes"
+msgstr "Já"
+
+#: ../src/contacts-contact-pane.vala:152
+msgid "No"
+msgstr "Nei"
+
+#: ../src/contacts-contact-pane.vala:323
+msgid "Select a contact"
+msgstr "Veldu tengilið"
+
+#: ../src/contacts-contact-pane.vala:455
+msgid "You need to enter some data"
+msgstr "Þú verður að setja inn einhver gögn"
+
+#: ../src/contacts-contact-pane.vala:467
+msgid "No primary addressbook configured"
+msgstr "Engin nafnaskrá er stillt sem aðalnafnaskrá"
+
+#: ../src/contacts-contact-pane.vala:486
+#, c-format
+msgid "Unable to create new contacts: %s"
+msgstr "Ekki tókst að búa til nýja tengiliði: %s"
+
+#: ../src/contacts-contact-pane.vala:497
+msgid "Unable to find newly created contact"
+msgstr "Tókst ekki að finna nýgerðan tengilið"
+
+#: ../src/contacts-contact-frame.vala:40
+msgid "Change avatar"
+msgstr "Skipta um táknmynd"
+
+#: ../src/contacts-contact.vala:763
+msgid "Google Talk"
+msgstr "Google Talk"
+
+#: ../src/contacts-contact.vala:764
+msgid "Ovi Chat"
+msgstr "Ovi Chat"
+
+#: ../src/contacts-contact.vala:765
+msgid "Facebook"
+msgstr "Facebook"
+
+#: ../src/contacts-contact.vala:766
+msgid "Livejournal"
+msgstr "Livejournal"
+
+#: ../src/contacts-contact.vala:767
+msgid "AOL Instant Messenger"
+msgstr "AOL Instant Messenger"
+
+#: ../src/contacts-contact.vala:768
+msgid "Gadu-Gadu"
+msgstr "Gadu-Gadu"
+
+#: ../src/contacts-contact.vala:769
+msgid "Novell Groupwise"
+msgstr "Novell Groupwise"
+
+#: ../src/contacts-contact.vala:770
+msgid "ICQ"
+msgstr "ICQ"
+
+#: ../src/contacts-contact.vala:771
+msgid "IRC"
+msgstr "IRC"
+
+#: ../src/contacts-contact.vala:772
+msgid "Jabber"
+msgstr "Jabber"
+
+#: ../src/contacts-contact.vala:773
+msgid "Local network"
+msgstr "Staðarnet"
+
+#: ../src/contacts-contact.vala:774
+msgid "Windows Live Messenger"
+msgstr "Windows Live Messenger"
+
+#: ../src/contacts-contact.vala:775
+msgid "MySpace"
+msgstr "MySpace"
+
+#: ../src/contacts-contact.vala:776
+msgid "MXit"
+msgstr "MXit"
+
+#: ../src/contacts-contact.vala:777
+msgid "Napster"
+msgstr "Napster"
+
+#: ../src/contacts-contact.vala:778
+msgid "Tencent QQ"
+msgstr "Tencent QQ"
+
+#: ../src/contacts-contact.vala:779
+msgid "IBM Lotus Sametime"
+msgstr "IBM Lotus Sametime"
+
+#: ../src/contacts-contact.vala:780
+msgid "SILC"
+msgstr "SILC"
+
+#: ../src/contacts-contact.vala:781
+msgid "sip"
+msgstr "sip"
+
+#: ../src/contacts-contact.vala:782
+msgid "Skype"
+msgstr "Skype"
+
+#: ../src/contacts-contact.vala:783
+msgid "Telephony"
+msgstr "Símaforrit"
+
+#: ../src/contacts-contact.vala:784
+msgid "Trepia"
+msgstr "Trepia"
+
+#: ../src/contacts-contact.vala:785 ../src/contacts-contact.vala:786
+msgid "Yahoo! Messenger"
+msgstr "Yahoo! Messenger"
+
+#: ../src/contacts-contact.vala:787
+msgid "Zephyr"
+msgstr "Zephyr"
+
+#: ../src/contacts-contact.vala:1087
+msgid "Unexpected internal error: created contact was not found"
+msgstr "Óvænt innri villa: tengiliðurinn fannst ekki"
+
+#: ../src/contacts-contact.vala:1272
+msgid "Google Circles"
+msgstr "Google Circles"
+
+#: ../src/contacts-contact.vala:1274 ../src/contacts-esd-setup.c:236
+#: ../src/contacts-esd-setup.c:264
+msgid "Google"
+msgstr "Google"
+
+#: ../src/contacts-esd-setup.c:261
+msgid "Local Contact"
+msgstr "Tengiliður á tölvunni"
+
+#: ../src/contacts-linked-accounts-dialog.vala:35
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: ../src/contacts-linked-accounts-dialog.vala:60
+msgid "You can link contacts by selecting them from the contacts list"
+msgstr "Þú getur tengt tengiliði saman með því að velja þá úr tengiliðlistanum"
+
+#: ../src/contacts-linked-accounts-dialog.vala:104
+msgid "Unlink"
+msgstr "Aftengja"
+
+#. Refers to the type of the detail, could be Home, Work or Other for email, 
and the same
+#. * for phone numbers, addresses, etc.
+#: ../src/contacts-types.vala:115 ../src/contacts-types.vala:127
+#: ../src/contacts-types.vala:228 ../src/contacts-types.vala:341
+msgid "Other"
+msgstr "Annað"
+
+#. List most specific first, always in upper case
+#: ../src/contacts-types.vala:283 ../src/contacts-types.vala:337
+msgid "Home"
+msgstr "Heima"
+
+#: ../src/contacts-types.vala:284 ../src/contacts-types.vala:307
+#: ../src/contacts-types.vala:332
+msgid "Work"
+msgstr "Vinna"
+
+#. List most specific first, always in upper case
+#: ../src/contacts-types.vala:306
+msgid "Personal"
+msgstr "Einka"
+
+#. List most specific first, always in upper case
+#: ../src/contacts-types.vala:331
+msgid "Assistant"
+msgstr "Aðstoðarmaður"
+
+#: ../src/contacts-types.vala:333
+msgid "Work Fax"
+msgstr "Vinnufax"
+
+#: ../src/contacts-types.vala:334
+msgid "Callback"
+msgstr "Svarsími"
+
+#: ../src/contacts-types.vala:335
+msgid "Car"
+msgstr "Bílsími"
+
+#: ../src/contacts-types.vala:336
+msgid "Company"
+msgstr "Fyrirtæki"
+
+#: ../src/contacts-types.vala:338
+msgid "Home Fax"
+msgstr "Heimafax"
+
+#: ../src/contacts-types.vala:339
+msgid "ISDN"
+msgstr "ISDN"
+
+#: ../src/contacts-types.vala:340
+msgid "Mobile"
+msgstr "Farsími"
+
+#: ../src/contacts-types.vala:342
+msgid "Fax"
+msgstr "Fax"
+
+#: ../src/contacts-types.vala:343
+msgid "Pager"
+msgstr "Símboði"
+
+#: ../src/contacts-types.vala:344
+msgid "Radio"
+msgstr "Talstöð"
+
+#: ../src/contacts-types.vala:345
+msgid "Telex"
+msgstr "Telex"
+
+#. To translators: TTY is Teletypewriter
+#: ../src/contacts-types.vala:347
+msgid "TTY"
+msgstr "TTY"
+
+#: ../src/contacts-view.vala:194
+msgid "No results matched search"
+msgstr "Engar niðurstöður samsvara leitarstreng"
+
+#: ../src/contacts-view.vala:298
+msgid "Suggestions"
+msgstr "Uppástungur"
+
+#: ../src/contacts-view.vala:323
+msgid "Other Contacts"
+msgstr "Aðrir tengiliðir"
+
+#: ../src/contacts-window.vala:200
+#, c-format
+msgid "%d Selected"
+msgid_plural "%d Selected"
+msgstr[0] "%d valinn"
+msgstr[1] "%d valdir"
+
+#: ../src/contacts-window.vala:233 ../data/ui/contacts-window.ui.h:2
+msgid "All Contacts"
+msgstr "Allir tengiliðir"
+
+#: ../src/contacts-window.vala:250
+#, c-format
+msgid "Editing %s"
+msgstr "Breyti %s"
+
+#: ../src/contacts-window.vala:265 ../data/ui/contacts-window.ui.h:7
+msgid "Done"
+msgstr "Lokið"
+
+#: ../src/contacts-window.vala:320
+msgid "Add"
+msgstr "Bæta við"
+
+#: ../src/contacts-window.vala:411
+#, c-format
+msgid "%d contacts linked"
+msgid_plural "%d contacts linked"
+msgstr[0] "%d tengiliðir tengdur"
+msgstr[1] "%d tengiliðir tengdir"
+
+#: ../src/contacts-window.vala:415 ../src/contacts-window.vala:447
+#: ../src/contacts-window.vala:489 ../src/contacts-window.vala:525
+msgid "_Undo"
+msgstr "_Afturkalla"
+
+#: ../src/contacts-window.vala:443
+#, c-format
+msgid "%d contact deleted"
+msgid_plural "%d contacts deleted"
+msgstr[0] "%d tengilið eytt"
+msgstr[1] "%d tengiliðum eytt"
+
+#: ../src/contacts-window.vala:486
+#, c-format
+msgid "Contact deleted: \"%s\""
+msgstr "Tengilið eytt: \"%s\""
+
+#: ../src/contacts-window.vala:521
+#, c-format
+msgid "%s linked to %s"
+msgstr "%s tengdur við %s"
+
+#: ../src/contacts-window.vala:523
+#, c-format
+msgid "%s linked to the contact"
+msgstr "%s tengdur við tengiliðinn"
+
+#: ../data/ui/app-menu.ui.h:1
+msgid "_Change Address Book..."
+msgstr "Ski_pta um nafnaskrá..."
+
+#: ../data/ui/app-menu.ui.h:2
+msgid "_Help"
+msgstr "_Hjálp"
+
+#: ../data/ui/app-menu.ui.h:3
+msgid "_About"
+msgstr "_Um hugbúnaðinn"
+
+#: ../data/ui/app-menu.ui.h:4
+msgid "_Quit"
+msgstr "_Hætta"
+
+#: ../data/ui/app-menu.ui.h:5
+msgid "Personal email"
+msgstr "Einkatölvupóstur"
+
+#: ../data/ui/app-menu.ui.h:6
+msgid "Work email"
+msgstr "Tölvupóstur vinnu"
+
+#: ../data/ui/app-menu.ui.h:7
+msgid "Mobile phone"
+msgstr "Farsími"
+
+#: ../data/ui/app-menu.ui.h:8
+msgid "Home phone"
+msgstr "Heimasími"
+
+#: ../data/ui/app-menu.ui.h:9
+msgid "Work phone"
+msgstr "Vinnusími"
+
+#: ../data/ui/app-menu.ui.h:13
+msgid "Home address"
+msgstr "Heimilisfang"
+
+#: ../data/ui/app-menu.ui.h:14
+msgid "Work address"
+msgstr "Vinnustaður"
+
+#: ../data/ui/app-menu.ui.h:15
+msgid "Notes"
+msgstr "Minnispunktar"
+
+#: ../data/ui/contacts-list-pane.ui.h:1
+msgid "Type to search"
+msgstr "Skrifaðu til að leita..."
+
+#. Link refers to the verb, from linking contacts together
+#: ../data/ui/contacts-list-pane.ui.h:3
+msgid "Link"
+msgstr "Tengja"
+
+#: ../data/ui/contacts-list-pane.ui.h:4
+msgid "Delete"
+msgstr "Eyða"
+
+#: ../data/ui/contacts-window.ui.h:1
+msgid "Loading"
+msgstr "Hleð inn"
+
+#: ../data/ui/contacts-window.ui.h:3
+msgid "Add contact"
+msgstr "Bæta við tengilið"
+
+#: ../data/ui/contacts-window.ui.h:4
+msgid "Selection mode"
+msgstr "Valhamur"
+
+#: ../data/ui/contacts-window.ui.h:6
+msgid "Edit"
+msgstr "Breyta"
+
+#: ../data/ui/contacts-window.ui.h:8
+msgid "Select Address Book"
+msgstr "Veldu nafnaskrá"
+
+#: ../data/ui/contacts-window.ui.h:9
+msgid "Cancel setup"
+msgstr "Hætta við uppsetningu"
+
+#: ../data/ui/contacts-window.ui.h:10
+msgid "Setup complete"
+msgstr "Uppsetningu lokið"
+
+#: ../src/org.gnome.Contacts.gschema.xml.in.h:1
+msgid "First-time setup done."
+msgstr "Fyrsta-skiptis stillingum lokið."
+
+#: ../src/org.gnome.Contacts.gschema.xml.in.h:2
+msgid "Set to true when the user ran the first-time setup wizard."
+msgstr "Sett sem satt þegar notandinn hefur keyrt fyrsta-skiptis leiðarvísinn."
+
+#: ../src/org.gnome.Contacts.gschema.xml.in.h:3
+msgid "View subset"
+msgstr "Skoða hlutmengi"
+
+#: ../src/org.gnome.Contacts.gschema.xml.in.h:4
+msgid "View contacts subset"
+msgstr "Skoða hlutmengi tengiliða"
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-accounts-list.c 
new/gnome-contacts-3.16.2/src/contacts-accounts-list.c
--- old/gnome-contacts-3.16.1/src/contacts-accounts-list.c      2015-04-16 
06:11:35.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-accounts-list.c      2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-accounts-list.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-accounts-list.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-accounts-list.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: nil; c-basic-offset: 2; tab-width: 8 -*- 
*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-address-map.c 
new/gnome-contacts-3.16.2/src/contacts-address-map.c
--- old/gnome-contacts-3.16.1/src/contacts-address-map.c        2015-04-16 
06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-address-map.c        2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-address-map.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-address-map.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-address-map.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-app.c 
new/gnome-contacts-3.16.2/src/contacts-app.c
--- old/gnome-contacts-3.16.1/src/contacts-app.c        2015-04-16 
06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-app.c        2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-app.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-app.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-app.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-avatar-dialog.c 
new/gnome-contacts-3.16.2/src/contacts-avatar-dialog.c
--- old/gnome-contacts-3.16.1/src/contacts-avatar-dialog.c      2015-04-16 
06:11:35.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-avatar-dialog.c      2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-avatar-dialog.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-avatar-dialog.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-avatar-dialog.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-contact-editor.c 
new/gnome-contacts-3.16.2/src/contacts-contact-editor.c
--- old/gnome-contacts-3.16.1/src/contacts-contact-editor.c     2015-04-16 
06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-contact-editor.c     2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-contact-editor.c generated by valac 0.28.0.2-022b, the Vala 
compiler
+/* contacts-contact-editor.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-contact-editor.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-contact-frame.c 
new/gnome-contacts-3.16.2/src/contacts-contact-frame.c
--- old/gnome-contacts-3.16.1/src/contacts-contact-frame.c      2015-04-16 
06:11:35.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-contact-frame.c      2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-contact-frame.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-contact-frame.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-contact-frame.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-contact-pane.c 
new/gnome-contacts-3.16.2/src/contacts-contact-pane.c
--- old/gnome-contacts-3.16.1/src/contacts-contact-pane.c       2015-04-16 
06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-contact-pane.c       2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-contact-pane.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-contact-pane.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-contact-pane.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-contact-sheet.c 
new/gnome-contacts-3.16.2/src/contacts-contact-sheet.c
--- old/gnome-contacts-3.16.1/src/contacts-contact-sheet.c      2015-04-16 
06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-contact-sheet.c      2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-contact-sheet.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-contact-sheet.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-contact-sheet.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-contact.c 
new/gnome-contacts-3.16.2/src/contacts-contact.c
--- old/gnome-contacts-3.16.1/src/contacts-contact.c    2015-04-16 
06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-contact.c    2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-contact.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-contact.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-contact.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-contacts-3.16.1/src/contacts-linked-accounts-dialog.c 
new/gnome-contacts-3.16.2/src/contacts-linked-accounts-dialog.c
--- old/gnome-contacts-3.16.1/src/contacts-linked-accounts-dialog.c     
2015-04-16 06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-linked-accounts-dialog.c     
2015-04-22 05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-linked-accounts-dialog.c generated by valac 0.28.0.2-022b, the 
Vala compiler
+/* contacts-linked-accounts-dialog.c generated by valac 0.28.0, the Vala 
compiler
  * generated from contacts-linked-accounts-dialog.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-linking.c 
new/gnome-contacts-3.16.2/src/contacts-linking.c
--- old/gnome-contacts-3.16.1/src/contacts-linking.c    2015-04-16 
06:11:35.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-linking.c    2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-linking.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-linking.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-linking.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-list-pane.c 
new/gnome-contacts-3.16.2/src/contacts-list-pane.c
--- old/gnome-contacts-3.16.1/src/contacts-list-pane.c  2015-04-16 
06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-list-pane.c  2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-list-pane.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-list-pane.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-list-pane.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-contacts-3.16.1/src/contacts-shell-search-provider.c 
new/gnome-contacts-3.16.2/src/contacts-shell-search-provider.c
--- old/gnome-contacts-3.16.1/src/contacts-shell-search-provider.c      
2015-04-16 06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-shell-search-provider.c      
2015-04-22 05:37:30.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-shell-search-provider.c generated by valac 0.28.0.2-022b, the Vala 
compiler
+/* contacts-shell-search-provider.c generated by valac 0.28.0, the Vala 
compiler
  * generated from contacts-shell-search-provider.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-store.c 
new/gnome-contacts-3.16.2/src/contacts-store.c
--- old/gnome-contacts-3.16.1/src/contacts-store.c      2015-04-16 
06:11:35.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-store.c      2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-store.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-store.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-store.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-types.c 
new/gnome-contacts-3.16.2/src/contacts-types.c
--- old/gnome-contacts-3.16.1/src/contacts-types.c      2015-04-16 
06:11:34.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-types.c      2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-types.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-types.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-types.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-utils.c 
new/gnome-contacts-3.16.2/src/contacts-utils.c
--- old/gnome-contacts-3.16.1/src/contacts-utils.c      2015-04-16 
06:11:35.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-utils.c      2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-utils.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-utils.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-utils.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-view.c 
new/gnome-contacts-3.16.2/src/contacts-view.c
--- old/gnome-contacts-3.16.1/src/contacts-view.c       2015-04-16 
06:11:35.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-view.c       2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-view.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-view.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-view.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/contacts-window.c 
new/gnome-contacts-3.16.2/src/contacts-window.c
--- old/gnome-contacts-3.16.1/src/contacts-window.c     2015-04-16 
06:11:35.000000000 +0200
+++ new/gnome-contacts-3.16.2/src/contacts-window.c     2015-04-22 
05:37:31.000000000 +0200
@@ -1,4 +1,4 @@
-/* contacts-window.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* contacts-window.c generated by valac 0.28.0, the Vala compiler
  * generated from contacts-window.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
@@ -2108,8 +2108,8 @@
 static void contacts_window_instance_init (ContactsWindow * self) {
        self->priv = CONTACTS_WINDOW_GET_PRIVATE (self);
        self->priv->new_contact_mode = FALSE;
-       g_type_ensure (CONTACTS_TYPE_CONTACT_PANE);
        g_type_ensure (CONTACTS_TYPE_ACCOUNTS_LIST);
+       g_type_ensure (CONTACTS_TYPE_CONTACT_PANE);
        gtk_widget_init_template (GTK_WIDGET (self));
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/main.c 
new/gnome-contacts-3.16.2/src/main.c
--- old/gnome-contacts-3.16.1/src/main.c        2015-04-16 06:11:35.000000000 
+0200
+++ new/gnome-contacts-3.16.2/src/main.c        2015-04-22 05:37:31.000000000 
+0200
@@ -1,4 +1,4 @@
-/* main.c generated by valac 0.28.0.2-022b, the Vala compiler
+/* main.c generated by valac 0.28.0, the Vala compiler
  * generated from main.vala, do not modify */
 
 /* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */
@@ -26,6 +26,7 @@
 #include <glib/gi18n-lib.h>
 #include <config.h>
 #include <libnotify/notify.h>
+#include <clutter-gtk/clutter-gtk.h>
 #include <gtk/gtk.h>
 #include <gio/gio.h>
 
@@ -62,7 +63,7 @@
        textdomain (GETTEXT_PACKAGE);
        _tmp0_ = _ ("Contacts");
        notify_init (_tmp0_);
-       gtk_init (&args_length1, &args);
+       gtk_clutter_init (&args_length1, &args);
        _tmp1_ = contacts_app_new ();
        app = _tmp1_;
        _tmp2_ = app;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-contacts-3.16.1/src/main.vala 
new/gnome-contacts-3.16.2/src/main.vala
--- old/gnome-contacts-3.16.1/src/main.vala     2014-05-29 23:18:36.000000000 
+0200
+++ new/gnome-contacts-3.16.2/src/main.vala     2015-04-22 05:21:14.000000000 
+0200
@@ -30,7 +30,7 @@
 #if HAVE_CHEESE
   Cheese.gtk_init (ref args);
 #else
-  Gtk.init (ref args);
+  GtkClutter.init (ref args);
 #endif
 
   var app = new App ();


Reply via email to