[nautilus] shell-search-provider: fix incompatible pointer assignment
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] shell-search-provider: fix incompatible pointer assignment
- Date: Fri, 5 Aug 2016 10:01:59 +0000 (UTC)
commit d2bf6f76a02cc9f77bfbe0a081aadfe45a86d174
Author: Ernestas Kulik <ernestask src gnome org>
Date: Thu Aug 4 20:20:34 2016 +0300
shell-search-provider: fix incompatible pointer assignment
In execute_search(), there is a pointer assignment of incompatible type.
This commit fixes that by adjusting the variable type.
https://bugzilla.gnome.org/show_bug.cgi?id=769526
src/nautilus-shell-search-provider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-shell-search-provider.c b/src/nautilus-shell-search-provider.c
index 12a901a..df59245 100644
--- a/src/nautilus-shell-search-provider.c
+++ b/src/nautilus-shell-search-provider.c
@@ -394,7 +394,7 @@ execute_search (NautilusShellSearchProvider *self,
{
gchar *terms_joined;
NautilusQuery *query;
- NautilusSearchEngine *simple_provider;
+ NautilusSearchEngineSimple *simple_provider;
PendingSearch *pending_search;
GFile *home;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]