#1221: dMenuBar.getMenu fails if Menu nonexistent
--------------------+-------------------------------------------------------
 Reporter:  sunday  |       Owner:  somebody
     Type:  defect  |      Status:  new     
 Priority:  major   |   Milestone:  0.9.2   
Component:  ui      |     Version:  0.9.1   
 Keywords:          |  
--------------------+-------------------------------------------------------
 dabo\ui\uiwx\dMenuBar.py, around line 147

 handling that case was normally done by:
              except dabo.ui.assertionException:
                 ret = None
 i needed to change it to
             except ValueError:
                 ret = None

-- 
Ticket URL: <http://trac.dabodev.com/ticket/1221>
Dabo Trac <http://trac.dabodev.com>
Trac Page for Dabo

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to