[gnome-contacts] shell-search-provider: move to Gtk.Application



commit 0e11ea486dcc1182c72632524edff679d4c46e8a
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Mon Sep 23 11:05:29 2013 -0400

    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

 src/contacts-shell-search-provider.vala |    2 +-
 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]