[gnome-calendar/calendar-editor] source-dialog: fix wrong type assingment
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/calendar-editor] source-dialog: fix wrong type assingment
- Date: Mon, 9 Feb 2015 13:40:21 +0000 (UTC)
commit 1fa70076318c0b827212178eebb22c68a390aa16
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Feb 9 11:40:13 2015 -0200
source-dialog: fix wrong type assingment
src/gcal-source-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-source-dialog.c b/src/gcal-source-dialog.c
index 036f326..82d199d 100644
--- a/src/gcal-source-dialog.c
+++ b/src/gcal-source-dialog.c
@@ -104,7 +104,7 @@ gcal_source_dialog_class_init (GcalSourceDialogClass *klass)
static void
gcal_source_dialog_init (GcalSourceDialog *self)
{
- GcalShellSearchProviderPrivate *priv = gcal_shell_search_provider_get_instance_private (self);
+ GcalSourceDialogPrivate *priv = gcal_source_dialog_get_instance_private (self);
self->priv = priv;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]