Revision: 3976
Author: seba.wagner
Date: Thu Jul 7 06:44:07 2011
Log: Debug Explorer Issue
http://code.google.com/p/openmeetings/source/detail?r=3976
Modified:
/trunk/singlewebapp/WebContent/openmeetings/plugins/fileexplorer/fileExplorer.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/plugins/fileexplorer/fileExplorer.lzx
Wed Jul 6 06:13:08 2011
+++
/trunk/singlewebapp/WebContent/openmeetings/plugins/fileexplorer/fileExplorer.lzx
Thu Jul 7 06:44:07 2011
@@ -86,12 +86,14 @@
<method name="addFolder">
if (this._selected == null) {
+ if ($debug) Debug.write("addFolder ::1 ",this._selected);
this._filearea._contentarea.subviews[0].addFolder();
} else {
if (this._selected.isFolder) {
+ if ($debug) Debug.write("-1
this._selected.isFolder ",this._selected);
this._selected.addFolder();
} else {
- if ($debug) Debug.write("this._selected ",this._selected);
+ if ($debug)
Debug.write("-2 !this._selected.isFolder ",this._selected);
this._selected.parent.parent.addFolder();
}
}
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.