Kaydet (Commit) 61f70a42 authored tarafından Efe Gürkan YALAMAN's avatar Efe Gürkan YALAMAN Kaydeden (comit) Jan Holesovsky

Default filter none

Small fix to add default filter. Which is none, it shows all.

Change-Id: I49cf222b2909972f1800cd029f2ba97556aa955a
üst b09a80de
...@@ -237,6 +237,7 @@ void BackingWindow::initControls() ...@@ -237,6 +237,7 @@ void BackingWindow::initControls()
mpLocalView->Populate(); mpLocalView->Populate();
mpLocalView->showRootRegion(); mpLocalView->showRootRegion();
mpLocalView->Hide(); mpLocalView->Hide();
mpLocalView->filterItems(ViewFilter_Application(FILTER_APP_NONE));
/*FIXME: Add other things for Local View /*FIXME: Add other things for Local View
*Filter and the bars*/ *Filter and the bars*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment