diff options
-rw-r--r-- | src/ephy-search-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-search-provider.c b/src/ephy-search-provider.c index 2f2ba47ce..cbdba1190 100644 --- a/src/ephy-search-provider.c +++ b/src/ephy-search-provider.c @@ -194,7 +194,7 @@ handle_get_result_metas (EphyShellSearchProvider2 *skeleton, for (i = 0; results[i]; i++) { - if (g_str_has_prefix (results[i], "special:search:") == 0) { + if (g_str_has_prefix (results[i], "special:search:")) { g_variant_builder_open (&builder, G_VARIANT_TYPE ("a{sv}")); g_variant_builder_add (&builder, "{sv}", "id", g_variant_new_string ("special:search")); |