~cszikszoy/do/docklets-toggle-vis

« back to all changes in this revision

Viewing changes to Do/src/Do.Core/ThirdSearchController.cs

  • Committer: Jason Smith
  • Date: 2009-06-06 18:05:52 UTC
  • Revision ID: jason@t500-20090606180552-mhk6e8y2t3a5u16r
That was silly...

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
                        context.Query = str;
224
224
                        BuildNewContextFromQuery ();
225
225
                }
226
 
                
227
 
                public bool ItemChildSearch ()
228
 
                {
229
 
                        return base.ItemChildSearch ();
230
 
                }
231
 
 
232
226
 
233
227
                private void BuildNewContextFromQuery ()
234
228
                {