]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/GTK2.TODO
I give up. I can't work out what the purpose of the call to
[PuTTY.git] / unix / GTK2.TODO
index 77de23d5ed2fd41680b8d91439ec1a0b111ae84c..efbd496a9e6ff57f0889017f13337e2d6383523b 100644 (file)
@@ -10,14 +10,6 @@ Things to do before deciding a merge is feasible:
    selected by default. Then again, perhaps keeping fixed as the
    default is more traditional. Hmm.
 
- - The call to _gtk_container_dequeue_resize_handler wants
-   revisiting, and preferably removing in favour of a cleaner way to
-   do the job.
-    + trouble with this is that I have no idea what it's actually
-      doing. Perhaps the thing to do is to debug through the GTK1
-      version and see when it gets called and what happens if I take
-      it out?
-
  - gtkcols.c is currently a minimal-work GTK2 port of my original
    GTK1 implementation. Someone should go through it and compare it
    to a real GTK2 container class, to make sure there aren't any