[evolution/wip/webkit2] Correct a code comment



commit 1c0f48f8bdbe53657a462d0d2fc83f4987b9211c
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jun 29 15:38:45 2016 +0200

    Correct a code comment

 e-util/test-html-editor-units-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/test-html-editor-units-utils.c b/e-util/test-html-editor-units-utils.c
index 47690e4..8b731aa 100644
--- a/e-util/test-html-editor-units-utils.c
+++ b/e-util/test-html-editor-units-utils.c
@@ -149,7 +149,7 @@ test_utils_fixture_set_up (TestFixture *fixture,
        gtk_widget_show (GTK_WIDGET (fixture->editor));
        gtk_container_add (GTK_CONTAINER (fixture->window), GTK_WIDGET (fixture->editor));
 
-       /* Turn this off; it may be left off on test failures */
+       /* Make sure this is off */
        g_settings_set_boolean (settings, "prompt-on-composer-mode-switch", FALSE);
 
        g_clear_object (&settings);


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