Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by cpcp, Tue Nov 12 21:25:22 2002 UTC | revision 1.3 by cpcp, Mon Feb 17 20:20:07 2003 UTC | |
|---|---|---|
| # | Line 44 namespace BakeryGateway { | Line 44 namespace BakeryGateway { |
| 44 | { | { |
| 45 | if (!_cb_pending) | if (!_cb_pending) |
| 46 | { | { |
| 47 | if (_parent_entity != 0) | if (get_document()->getIndividualRecords().size() > 0) |
| 48 | { | { |
| 49 | if (_parent_entity == 0) | |
| 50 | { | |
| 51 | _parent_entity = get_document()->getLastInsertedIndividualRecord(); | |
| 52 | load_from_document(); | |
| 53 | } | |
| 54 | _cb_pending = true; | _cb_pending = true; |
| 55 | _mmi_browser.Select(_parent_entity->getId()); | _mmi_browser.Select(_parent_entity->getId()); |
| 56 | _cb_pending = false; | _cb_pending = false; |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |