[gnome-calendar] source-dialog: fix wrong return type



commit 7cf3ac233ff57966d2062744e41b6126655f7df1
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]