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



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]