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:
parent
ceb3977088
commit
0e11ea486d
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public class Contacts.SearchProvider : Object {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public class Contacts.SearchProviderApp : GLib.Application {
|
public class Contacts.SearchProviderApp : Gtk.Application {
|
||||||
public SearchProviderApp () {
|
public SearchProviderApp () {
|
||||||
Object (application_id: "org.gnome.Contacts.SearchProvider",
|
Object (application_id: "org.gnome.Contacts.SearchProvider",
|
||||||
flags: ApplicationFlags.IS_SERVICE,
|
flags: ApplicationFlags.IS_SERVICE,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue