[epiphany] ephy_find_toolbar_set_properties() => ephy_find_toolbar_mark_matches()



commit 013bbd59ea30afe7a6005b13fc27bf4158ccf674
Author: Benjamin Otte <otte gnome org>
Date:   Fri Aug 14 14:17:51 2009 +0200

    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 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-find-toolbar.c b/src/ephy-find-toolbar.c
index 3513235..5de45bb 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]