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



commit b0aafaeabc33ff88c1e9c67d04b2256480a2795e
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 0d2100d..685b6c8 100644
--- a/src/nautilus-query-editor.c
+++ b/src/nautilus-query-editor.c
@@ -388,6 +388,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]