Update of /cvsroot/gqclient/gq
In directory sc8-pr-cvs1:/tmp/cvs-serv31839
Modified Files:
TODO
Log Message:
* Moved some search-mode TODOs to the "done" section
Index: TODO
===================================================================
RCS file: /cvsroot/gqclient/gq/TODO,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** TODO 10 Oct 2003 21:49:44 -0000 1.35
--- TODO 11 Oct 2003 06:41:53 -0000 1.36
***************
*** 19,26 ****
a single click as usual
- * [1.0] search mode: double-click to select/edit an entry doesn't work
-
- * [1.0] search mode: "find in browser" and "add all to browser" segfault
-
* update schemabrowse tree on serverlist update (browsetree already done)
--- 19,22 ----
***************
*** 143,146 ****
--- 139,150 ----
FIXED BUGS / IMPLEMENTED ENHANCEMENTS
-------------------------------------
+
+ * [1.0] search mode: double-click to select/edit an entry doesn't work
+ Cause: Signal handling in GTK2 has changed. The button press signal
+ handler returned TRUE unconidtionally, signalling to gtk that the
+ signal was handled even when it was not button 3.
+
+ * [1.0] search mode: "find in browser" and "add all to browser" segfault
+ - but only if no browse mode tab has been shown previously - fixed
* [1.0] Switch to a proper XML parser for configuration file
|