[gnome-documents] miner: adapt to authorizer changes
- From: Cosimo Cecchi <cosimoc src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-documents] miner: adapt to authorizer changes
 
- Date: Mon, 29 Aug 2011 06:46:59 +0000 (UTC)
 
commit b3b72778a76179c434997ce1b15913468bfd975b
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Aug 29 01:54:30 2011 -0400
    miner: adapt to authorizer changes
 src/miner/gd-gdata-miner.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/miner/gd-gdata-miner.c b/src/miner/gd-gdata-miner.c
index caeb47e..96fd121 100644
--- a/src/miner/gd-gdata-miner.c
+++ b/src/miner/gd-gdata-miner.c
@@ -23,7 +23,7 @@
 #include <goa/goa.h>
 #include <unistd.h>
 
-#include "e-gdata-goa-authorizer.h"
+#include "gd-gdata-goa-authorizer.h"
 #include "gd-gdata-miner.h"
 
 #define DATASOURCE_URN "urn:nepomuk:datasource:86ec9bc9-c242-427f-aa19-77b5a2c9b6f0"
@@ -525,10 +525,10 @@ static void
 gd_gdata_miner_setup_account (GdGDataMiner *self,
                               GoaObject *object)
 {
-  EGDataGoaAuthorizer *authorizer;
+  GdGDataGoaAuthorizer *authorizer;
   GError *error = NULL;
 
-  authorizer = e_gdata_goa_authorizer_new (object);
+  authorizer = gd_gdata_goa_authorizer_new (object);
   self->priv->service = 
     gdata_documents_service_new (GDATA_AUTHORIZER (authorizer));
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]