[gnome-calendar] misc: whitespace, comments and strings fixed



commit 947e23758c227529f8540a778798956c4ca25552
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Wed Nov 26 13:53:20 2014 -0500

    misc: whitespace, comments and strings fixed

 src/gcal-month-view.c  |   12 +++++++++---
 src/gcal-search-view.c |    2 +-
 src/gcal-window.c      |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/src/gcal-month-view.c b/src/gcal-month-view.c
index a456b50..80b6d78 100644
--- a/src/gcal-month-view.c
+++ b/src/gcal-month-view.c
@@ -812,10 +812,16 @@ gcal_month_view_button_press (GtkWidget      *widget,
   return TRUE;
 }
 
-/*
- * Here we update priv->end_cell_mark in order to update the drawing
+/**
+ * gcal_month_view_motion_notify_event:
+ * @widget:
+ * @event:
+ *
+ * Update priv->end_cell_mark in order to update the drawing
  * belonging to the days involved in the event creation
- */
+ *
+ * Returns:
+ **/
 static gboolean
 gcal_month_view_motion_notify_event (GtkWidget      *widget,
                                      GdkEventMotion *event)
diff --git a/src/gcal-search-view.c b/src/gcal-search-view.c
index de15a8d..e40fab4 100644
--- a/src/gcal-search-view.c
+++ b/src/gcal-search-view.c
@@ -99,7 +99,7 @@ gcal_search_view_class_init (GcalSearchViewClass *klass)
       PROP_DATE,
       g_param_spec_boxed ("active-date",
                           "The active date",
-                          "The active/selecetd date in the view",
+                          "The active/selected date in the view",
                           ICAL_TIME_TYPE,
                           G_PARAM_READWRITE));
 
diff --git a/src/gcal-window.c b/src/gcal-window.c
index 8149b94..57d7b92 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -986,7 +986,7 @@ gcal_window_class_init(GcalWindowClass *klass)
   gtk_widget_class_bind_template_callback (widget_class, search_changed);
   gtk_widget_class_bind_template_callback (widget_class, view_changed);
   gtk_widget_class_bind_template_callback (widget_class, stack_transition_running);
-  gtk_widget_class_bind_template_callback (widget_class, date_updated);  
+  gtk_widget_class_bind_template_callback (widget_class, date_updated);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]