Changes between Initial Version and Version 1 of Ticket #3144


Ignore:
Timestamp:
01/06/14 06:24:03 (10 years ago)
Author:
andrew_b
Comment:

This is already fixed in #3114.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3144

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Milestone changed from Future Releases to
  • Ticket #3144 – Description

    initial v1  
    1313and not more visible  
    1414 
    15  
     15{{{ 
    1616@@ -1955,7 +1946,6 @@ 
    1717 tty_get_event (struct Gpm_Event *event, gboolean redo_event, gboolean block) 
     
    2828+        static int flag = 0;    /* Return value from select */ 
    2929         fd_set select_set; 
     30}}}