From 94ce2acfb5a24f73e218bad2ca9b2a1e4ab5cfeb Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 27 Jul 2011 20:43:29 +0100 Subject: [PATCH] todo: Use signals. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index d872f12..8c64dbf 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,7 @@ +Current use of callbacks in the main window is extremely clunky and +causes all sorts of complex dependency problems in the OCaml code. We +should use Gtk signals instead. + Context menu: . Open file (view / open dir) -- 1.8.3.1