Changes between Initial Version and Version 1 of Ticket #2041, comment 5
- Timestamp:
- 11/21/18 05:17:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2041, comment 5
initial v1 1 1 I've successfully merged my patch back in according to the style of the new patch (as I understand it). 2 2 3 I also found a bug in the _pass dialog code. The "confirm" button was not "activating ," the entry which, meant that "_pass" did not send the password to stdout. The fix will be included in the next version of the patch.3 I also found a bug in the _pass dialog code. The "confirm" button was not "activating" the text entry field causing that "_pass" dialog to not send the password to stdout. The fix will be included in my patch when I post it in a day or two. 4 4 5 I need to add some more error handling to my code before it'll be ready for me to offer to you.5 Before I post the patch I think it is vital that I add some additional error handling to my code.