mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-09 23:33:46 -05:00
Stop calling gdk_input_add() with a zero flags word. If we don't
want to know about any input events on a socket, it's simpler not to call gdk_input_add() on it at all. I hesitate to say `fixes', but ... this change _causes to go away_ the weird problem I had with blank host key dialogs. I have no understanding of the chain of cause and effect between gdk_input_add with zero flags and missing redraw events, but it seems like a change I should make anyway, so I'm going to do so and hope the problem doesn't come back :-/ [originally from svn r7164]
This commit is contained in:
@ -40,9 +40,6 @@ Items from Colin's original mail:
|
||||
|
||||
Other items:
|
||||
|
||||
- The host key security alert dialog box is coming up the right
|
||||
size but totally blank! Find out why and fix it.
|
||||
|
||||
- Since Colin's patch was originally prepared I committed r7117
|
||||
(fold up treeview branches at depth 2 or greater), and this is
|
||||
not currently replicated in the GTK2 version of the treeview
|
||||
|
Reference in New Issue
Block a user