[shotwell] Fix type filter action for search bar
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Fix type filter action for search bar
- Date: Thu, 1 Dec 2016 00:35:42 +0000 (UTC)
commit cbe584674eba4c1196135c6f5d8df0ce3ff09a31
Author: Jens Georg <mail jensge org>
Date: Thu Dec 1 01:18:07 2016 +0100
Fix type filter action for search bar
Signed-off-by: Jens Georg <mail jensge org>
src/SearchFilter.vala | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/SearchFilter.vala b/src/SearchFilter.vala
index fb32690..c02e0de 100644
--- a/src/SearchFilter.vala
+++ b/src/SearchFilter.vala
@@ -436,9 +436,10 @@ public class SearchFilterActions {
}
public void reset() {
- photos.set_enabled (false);
- raw.set_enabled (false);
- videos.set_enabled (false);
+ flagged.change_state (false);
+ photos.change_state (false);
+ raw.change_state (false);
+ videos.change_state (false);
Variant v = "%d".printf (RatingFilter.UNRATED_OR_HIGHER);
rating.change_state (v);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]