Changeset 6666 for trunk/SL/GUI_ALIVIEW/AWT_filter.cxx
- Timestamp:
- 21/05/10 19:44:17 (2 years ago)
- Files:
-
- 1 modified
-
trunk/SL/GUI_ALIVIEW/AWT_filter.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SL/GUI_ALIVIEW/AWT_filter.cxx
r6490 r6666 194 194 struct adfiltercbstruct *acbs = new adfiltercbstruct; 195 195 acbs->gb_main = gb_main; 196 AW_default aw_def = AW_ROOT_DEFAULT; 197 196 198 GB_push_transaction(acbs->gb_main); 197 AW_default aw_def = aw_root->get_default(def_name);198 199 199 200 #if defined(DEBUG)
