[bijiben/gnome-3-14] fix a forgotten declaration
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben/gnome-3-14] fix a forgotten declaration
- Date: Mon, 10 Nov 2014 22:49:50 +0000 (UTC)
commit f0e173542ef000bdf51385d18463c1b8c3854db7
Author: Pierre-Yves Luyten <py luyten fr>
Date: Mon Nov 10 23:37:32 2014 +0100
fix a forgotten declaration
src/libbiji/provider/biji-own-cloud-provider.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/libbiji/provider/biji-own-cloud-provider.c b/src/libbiji/provider/biji-own-cloud-provider.c
index af7adcb..7a854e4 100644
--- a/src/libbiji/provider/biji-own-cloud-provider.c
+++ b/src/libbiji/provider/biji-own-cloud-provider.c
@@ -651,6 +651,7 @@ on_owncloudclient_read (GObject *source_object,
gpointer user_data)
{
BijiOwnCloudProvider *self = user_data;
+ BijiOwnCloudProviderPrivate *priv = self->priv;
GFileInputStream *stream;
GDataInputStream *reader;
GError *error = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]