[gnome-calendar/ui-rewrite] gcal-days-grid: reworded comments
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/ui-rewrite] gcal-days-grid: reworded comments
- Date: Mon, 29 Jul 2013 17:38:54 +0000 (UTC)
commit 0e531660a9596c9c21a66e7cb0cdecc661bb1f73
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]