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



commit cf13d3ec98e244e0654d5d6902bf0e90dad496c0
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 ab5337e..4440711 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]