closes https://github.com/mate-desktop/pluma/issues/167
This commit is contained in:
Monsta 2016-01-02 15:50:00 +03:00
parent 371aa73707
commit f6c11fba66
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ last_search_data_store_position (PlumaSearchDialog *dlg)
&data->y); &data->y);
} }
/* Use occurences only for Replace All */ /* Use occurrences only for Replace All */
static void static void
text_found (PlumaWindow *window, text_found (PlumaWindow *window,
gint occurrences) gint occurrences)

View File

@ -508,7 +508,7 @@ pluma_document_class_init (PlumaDocumentClass *klass)
g_object_class_install_property (object_class, PROP_ENABLE_SEARCH_HIGHLIGHTING, g_object_class_install_property (object_class, PROP_ENABLE_SEARCH_HIGHLIGHTING,
g_param_spec_boolean ("enable-search-highlighting", g_param_spec_boolean ("enable-search-highlighting",
"Enable Search Highlighting", "Enable Search Highlighting",
"Whether all the occurences of the searched string must be highlighted", "Whether all the occurrences of the searched string must be highlighted",
FALSE, FALSE,
G_PARAM_READWRITE | G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS)); G_PARAM_STATIC_STRINGS));