[gnome-calendar/calendar-editor] source-dialog: fix wrong return type
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/calendar-editor] source-dialog: fix wrong return type
- Date: Mon, 9 Feb 2015 13:17:26 +0000 (UTC)
commit ae03b618bac8e22659d5faff4084f662b54d8bb0
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Feb 9 11:17:18 2015 -0200
source-dialog: fix wrong return type
src/gcal-source-dialog.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-source-dialog.h b/src/gcal-source-dialog.h
index c0b8cad..8c4962b 100644
--- a/src/gcal-source-dialog.h
+++ b/src/gcal-source-dialog.h
@@ -35,7 +35,7 @@ struct _GcalSourceDialogClass
GtkDialogClass parent;
};
-GcalSourceManager *gcal_source_dialog_new (void);
+GcalSourceDialog* gcal_source_dialog_new (void);
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]