From 013bbd59ea30afe7a6005b13fc27bf4158ccf674 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 14 Aug 2009 14:17:51 +0200 Subject: ephy_find_toolbar_set_properties() => ephy_find_toolbar_mark_matches() Renaming to accurately reflect, what the function does. --- src/ephy-find-toolbar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ephy-find-toolbar.c b/src/ephy-find-toolbar.c index 3513235a3..5de45bb9b 100644 --- a/src/ephy-find-toolbar.c +++ b/src/ephy-find-toolbar.c @@ -227,7 +227,7 @@ find_prev_cb (EphyFindToolbar *toolbar) } static void -ephy_find_toolbar_set_properties (EphyFindToolbar *toolbar) +ephy_find_toolbar_mark_matches (EphyFindToolbar *toolbar) { EphyFindToolbarPrivate *priv = toolbar->priv; WebKitWebView *web_view = priv->web_view; @@ -280,7 +280,7 @@ entry_changed_cb (GtkEntry *entry, g_free (priv->find_string); priv->find_string = g_strdup (gtk_entry_get_text (GTK_ENTRY (priv->entry))); - ephy_find_toolbar_set_properties (toolbar); + ephy_find_toolbar_mark_matches (toolbar); result = real_find (priv, TRUE); set_status (toolbar, result); @@ -403,7 +403,7 @@ case_sensitive_toggled_cb (GtkWidget *check, (proxy, G_CALLBACK (case_sensitive_menu_toggled_cb), toolbar); } - ephy_find_toolbar_set_properties (toolbar); + ephy_find_toolbar_mark_matches (toolbar); } static gboolean -- cgit v1.2.3