Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 66737
Collapse All | Expand All

(-)ui/org/eclipse/jdt/internal/ui/search/JavaSearchResultPage.java (-1 / +1 lines)
Lines 473-479 Link Here
473
		memento.putInteger(KEY_SORTING, fCurrentSortOrder);
473
		memento.putInteger(KEY_SORTING, fCurrentSortOrder);
474
		memento.putString(KEY_FILTERS, encodeFilters());
474
		memento.putString(KEY_FILTERS, encodeFilters());
475
		if (fLimitElements)
475
		if (fLimitElements)
476
			memento.putString(KEY_GROUPING, TRUE);
476
			memento.putString(KEY_LIMIT_ENABLED, TRUE);
477
		else 
477
		else 
478
			memento.putString(KEY_LIMIT_ENABLED, FALSE);
478
			memento.putString(KEY_LIMIT_ENABLED, FALSE);
479
		memento.putInteger(KEY_LIMIT, getElementLimit());
479
		memento.putInteger(KEY_LIMIT, getElementLimit());

Return to bug 66737