summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2013-09-23 11:05:29 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2013-09-23 13:16:49 -0400
commit0e11ea486dcc1182c72632524edff679d4c46e8a (patch)
treef0b42c91636643817af1eaa52c4568d552105abf
parentceb397708884f69296d76af32e258ceeab9219ff (diff)
downloadgnome-contacts-0e11ea486dcc1182c72632524edff679d4c46e8a.tar.gz
shell-search-provider: move to Gtk.Application
Tested-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=708547
-rw-r--r--src/contacts-shell-search-provider.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-shell-search-provider.vala b/src/contacts-shell-search-provider.vala
index cd448d9..404d7e6 100644
--- a/src/contacts-shell-search-provider.vala
+++ b/src/contacts-shell-search-provider.vala
@@ -128,7 +128,7 @@ public class Contacts.SearchProvider : Object {
}
}
-public class Contacts.SearchProviderApp : GLib.Application {
+public class Contacts.SearchProviderApp : Gtk.Application {
public SearchProviderApp () {
Object (application_id: "org.gnome.Contacts.SearchProvider",
flags: ApplicationFlags.IS_SERVICE,