[gnome-calendar] month-view: remove comments reminders



commit 139f96e8bf8905694d452f326d8a178d9d836fba
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Thu Jan 22 15:36:06 2015 -0500

    month-view: remove comments reminders
    
    These issues were fixed, so the reminders have to go

 src/gcal-month-view.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gcal-month-view.c b/src/gcal-month-view.c
index e044dd4..7a4c372 100644
--- a/src/gcal-month-view.c
+++ b/src/gcal-month-view.c
@@ -391,7 +391,6 @@ rebuild_popover_for_day (GcalMonthView *view,
     }
   for (; l != NULL; l = g_list_next (l))
     {
-      /* FIXME: mark the widgets properly with CSS tags */
       child_widget = gcal_event_widget_clone (GCAL_EVENT_WIDGET (l->data));
       gtk_container_add (GTK_CONTAINER (priv->events_list_box), child_widget);
       _gcal_subscriber_view_setup_child (GCAL_SUBSCRIBER_VIEW (view), child_widget);
@@ -905,8 +904,6 @@ gcal_month_view_size_allocate (GtkWidget     *widget,
       j += priv->days_delay;
       last_cell = 7 * ((j - 1) / 7)+ 6 * priv->k + sw * ((j - 1) % 7);
 
-      /* FIXME missing mark widgets with continuos tags */
-
       first_row = first_cell / 7;
       last_row = last_cell / 7;
       visible = TRUE;


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