[nautilus/wip/csoriano/search-popover: 15/17] search-popover: don't update label on showing date widgets



commit 2f02a2a2d80c0ba0d43f6b5771b254f8b67d19ce
Author: Carlos Soriano <csoriano gnome org>
Date:   Wed Jan 27 17:16:59 2016 +0100

    search-popover: don't update label on showing date widgets
    
    This is done for any user action. In this way we don't have to
    do this confusing check here.

 src/nautilus-search-popover.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-search-popover.c b/src/nautilus-search-popover.c
index d6e2c7f..df4bc0c 100644
--- a/src/nautilus-search-popover.c
+++ b/src/nautilus-search-popover.c
@@ -684,8 +684,6 @@ show_date_selection_widgets (NautilusSearchPopover *popover,
    * Otherwise, when we select a date and try to select a mimetype,
    * the label is unwantedly reset.
    */
-  if (!popover->query)
-    update_date_label (popover, 0);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]