summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pluma/pluma-commands-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-commands-search.c b/pluma/pluma-commands-search.c
index 7dfa20f8..b298f63f 100644
--- a/pluma/pluma-commands-search.c
+++ b/pluma/pluma-commands-search.c
@@ -398,7 +398,7 @@ do_replace (PlumaSearchDialog *dialog,
{
need_refind = !g_regex_match_simple(unescaped_search_text,
selected_text,
- match_case ? 0 : GTK_TEXT_SEARCH_CASE_INSENSITIVE ,
+ match_case ? 0 : G_REGEX_CASELESS,
0);
}
}