~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.ui/src/com/bdaum/zoom/ui/internal/dialogs/TimeSearchDialog.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
                boolean network = findInNetworkGroup == null ? false
228
228
                                : findInNetworkGroup.getSelection();
229
229
                coll = new SmartCollectionImpl(Messages.TimeSearchDialog_time_search,
230
 
                                false, false, true, network, null, 0, null, 0, null);
 
230
                                false, false, true, network, null, 0, null, 0, null, null);
231
231
 
232
232
                int buttonpressed = 0;
233
233
                Date from, to;