[epiphany/gnome-3-12] ephy-title-box: Fix a typo



commit 70a1718ddb8182a159be64d3ae30cb2535a0713e
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Sun Jul 6 17:03:34 2014 +0300

    ephy-title-box: Fix a typo

 src/ephy-title-box.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-title-box.c b/src/ephy-title-box.c
index 1a97350..821b16c 100644
--- a/src/ephy-title-box.c
+++ b/src/ephy-title-box.c
@@ -523,7 +523,7 @@ ephy_title_box_title_binding_destroyed_cb (gpointer data)
   title_box = EPHY_TITLE_BOX (data);
   priv = ephy_title_box_get_instance_private (title_box);
 
-  LOG ("uri_binding_destroyed_cb title_box %p", title_box);
+  LOG ("title_binding_destroyed_cb title_box %p", title_box);
 
   /* Indicate that we do not need to unbind this binding */
   priv->title_binding = NULL;


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