[nautilus/wip/csoriano/search-popover: 7/29] query-editor: trigger a warning if type is wrong



commit b54061e86aab05d1fc338f7a762d7609f38e75ab
Author: Carlos Soriano <csoriano gnome org>
Date:   Thu Jan 28 15:28:08 2016 +0100

    query-editor: trigger a warning if type is wrong

 src/nautilus-query-editor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-query-editor.c b/src/nautilus-query-editor.c
index 1cb41d4..01ad6c7 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -385,6 +385,7 @@ search_popover_changed_cb (NautilusSearchPopover *popover,
                 break;
 
         default:
+                g_warning ("Search filter type not valid");
                 break;
         }
 


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