Subversion Repositories DevTools

Rev

Rev 2155 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2155 Rev 2169
Line 99... Line 99...
99
            return (EA.Element)o;
99
            return (EA.Element)o;
100
         }
100
         }
101
         else
101
         else
102
         {
102
         {
103
            // Get the package in or under which the EA project browser selection exists
103
            // Get the package in or under which the EA project browser selection exists
104
            EA.Package pkg = EA_Utilities.get_selected_package();
104
            EA.Package pkg = EA_ProjectBrowser.get_selected_package();
105
 
105
 
106
            // iterate up through the package hiearchy
106
            // iterate up through the package hiearchy
107
            while (pkg != null)
107
            while (pkg != null)
108
            {
108
            {
109
               // search for ReqProDB element in the package at the current level
109
               // search for ReqProDB element in the package at the current level