[gedit] Add FIXME comment



commit 468b65d6f1497777626fba5035129ff3fc9c9f5d
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 4 19:35:59 2013 +0100

    Add FIXME comment

 gedit/gedit-tab.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gedit/gedit-tab.c b/gedit/gedit-tab.c
index babe9f8..bf316fd 100644
--- a/gedit/gedit-tab.c
+++ b/gedit/gedit-tab.c
@@ -1285,6 +1285,10 @@ invalid_character_info_bar_response (GtkWidget *info_bar,
                g_return_if_fail (tab->priv->auto_save_timeout <= 0);
 
                /* Force saving */
+
+               /* FIXME there is a bug here when the action was a "save as".
+                * See https://bugzilla.gnome.org/show_bug.cgi?id=695107
+                */
                gedit_document_save (doc, tab->priv->save_flags);
        }
        else


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