[tepl] File loading: update comment



commit 9bbdeafbe33ccd8a99cc6218e1f263177155250a
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Oct 11 18:04:57 2017 +0200

    File loading: update comment

 tepl/tepl-application.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tepl/tepl-application.c b/tepl/tepl-application.c
index 00f47be..d14a0be 100644
--- a/tepl/tepl-application.c
+++ b/tepl/tepl-application.c
@@ -449,8 +449,8 @@ open_cb (GApplication     *g_app,
        tepl_window = tepl_application_window_get_from_gtk_application_window (main_window);
 
        /* TODO: improve this, currently all the files are open at the same time
-        * in parallel, it would be better to open them sequentially, and jump
-        * only to the first one. Maybe by writing a MultiFileLoader class:
+        * in parallel, it would be better to open them sequentially. Maybe by
+        * writing a MultiFileLoader class:
         * 1. Create all the tabs, jump only to the first one.
         * 2. Set locations.
         * 3. Set editable=FALSE on all those views (+ set tab state/locking?).


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