[gnome-calendar/ui-rewrite] window: remove FIXME comment



commit 585c122d220973edbfe820839aa28340bf6a397d
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Tue Oct 21 00:52:08 2014 -0400

    window: remove FIXME comment
    
    edit_dialog_closed already hides the widget. Reminder is not needed anymore

 src/gcal-window.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-window.c b/src/gcal-window.c
index 6da2150..d1d684e 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -744,7 +744,6 @@ init_edit_dialog (GcalWindow *window)
   gcal_edit_dialog_set_manager (GCAL_EDIT_DIALOG (priv->edit_dialog),
                                 priv->manager);
 
-  /* FIXME: check if really hides edit-dialog */
   g_signal_connect (priv->edit_dialog,
                     "response", G_CALLBACK (edit_dialog_closed),
                     window);


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