summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-09-05 13:55:10 -0400
committerErick PĂ©rez Castellanos <erick.red@gmail.com>2014-09-19 17:01:18 -0400
commit271d3a77cc82dedfd215bfb740409c0976124fcf (patch)
tree62b79143cf0cc8dcba8749286a9638e719845332
parent133d3704731e92632267417c493918cc8d479976 (diff)
downloadgnome-contacts-271d3a77cc82dedfd215bfb740409c0976124fcf.tar.gz
Make the search provider work again
gnome-shell complains that it can't load the contacts search provider because the desktop id doesn't match anything. This was forgotten when we changed the desktop id to match the bus name. https://bugzilla.gnome.org/show_bug.cgi?id=736147
-rw-r--r--data/Makefile.am2
-rw-r--r--data/org.gnome.Contacts.search-provider.ini.in (renamed from data/gnome-contacts-search-provider.ini.in)2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index cdf9ede..82c0d35 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,7 +5,7 @@ desktop_in_files = org.gnome.Contacts.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
searchproviderdir = $(datadir)/gnome-shell/search-providers
-searchprovider_DATA = gnome-contacts-search-provider.ini
+searchprovider_DATA = org.gnome.Contacts.search-provider.ini
%.ini: %.ini.in
LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
diff --git a/data/gnome-contacts-search-provider.ini.in b/data/org.gnome.Contacts.search-provider.ini.in
index 1b6f98c..21edfa6 100644
--- a/data/gnome-contacts-search-provider.ini.in
+++ b/data/org.gnome.Contacts.search-provider.ini.in
@@ -1,7 +1,7 @@
[Shell Search Provider]
_Title=Gnome Contacts
Icon=x-office-address-book
-DesktopId=gnome-contacts.desktop
+DesktopId=org.gnome.Contacts.desktop
BusName=org.gnome.Contacts.SearchProvider
ObjectPath=/org/gnome/Contacts/SearchProvider
Version=2