From: Hans F. <fu...@us...> - 2004-07-14 04:30:57
|
Update of /cvsroot/neelix/neelix/view/qt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv992/view/qt Modified Files: qt.rb Log Message: fixed bug where after creating the initial cookbook you couldn't add an initial category Index: qt.rb =================================================================== RCS file: /cvsroot/neelix/neelix/view/qt/qt.rb,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- qt.rb 3 Jul 2004 05:58:52 -0000 1.10 +++ qt.rb 14 Jul 2004 04:30:48 -0000 1.11 @@ -94,6 +94,7 @@ i.open = true i.setRenameEnabled(0,true) @shelf.currentItem = i + shelf_currentChanged i.startRename(0) end # assumption: @shelf.currentItem.data === Cookbook |