[gnome-calendar] gcal-days-grid: reworded comments



commit 94ff8dc538239aee70a905fb374a3730febba9fb
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sat Jul 27 19:07:01 2013 -0400

    gcal-days-grid: reworded comments

 src/gcal-days-grid.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/gcal-days-grid.c b/src/gcal-days-grid.c
index c28059f..94a31bb 100644
--- a/src/gcal-days-grid.c
+++ b/src/gcal-days-grid.c
@@ -220,7 +220,7 @@ gcal_days_grid_class_init (GcalDaysGridClass *klass)
                             G_PARAM_CONSTRUCT |
                             G_PARAM_READWRITE));
 
-  /* to comunicate to it's parent view the marking */
+  /* comunicate to its parent view the marking */
   signals[MARKED] = g_signal_new ("marked",
                                   GCAL_TYPE_DAYS_GRID,
                                   G_SIGNAL_RUN_LAST,
@@ -794,7 +794,8 @@ gcal_days_grid_button_press_event (GtkWidget      *widget,
       &padding);
   left_pad = padding.left + padding.right + priv->scale_width;
 
-  /* XXX: an improvement will be to scroll to that position on click */
+  /* XXX: an improvement will be scroll to that position when
+          click the scale at the side */
   if (event->x < left_pad)
     return FALSE;
 


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