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
This commit is contained in:
Erick Pérez Castellanos 2013-09-23 11:05:29 -04:00
parent ceb3977088
commit 0e11ea486d

View file

@ -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,