Changeset 95596f6 in confclerk_git for src/gui/mainwindow.cpp
- Timestamp:
- 01/20/10 17:02:09 (13 years ago)
- Branches:
- master, qt5
- Children:
- 53fa43c
- Parents:
- a5c1179
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
ra5c1179 r95596f6 120 120 if(aEventId) 121 121 { 122 EventDialog dialog(aEventId,this); 123 dialog.exec(); 122 try 123 { 124 EventDialog dialog(aEventId,this); 125 dialog.exec(); 126 } 127 catch(OrmNoObjectException*) {} // just start application 128 catch(...) {} // just start application 124 129 } 125 130 }
Note: See TracChangeset
for help on using the changeset viewer.