[epiphany] ephy-web-view: drop superflous notify



commit 933d7b788afb9b64e0a75cc060dc3ec09adc04f3
Author: Xan Lopez <xan igalia com>
Date:   Sat Aug 25 00:47:19 2012 +0200

    ephy-web-view: drop superflous notify
    
    I don't think notifying 'embed-title' here makes much sense. If it
    does it's wrong, so if something breaks we'll fix it accordingly.

 embed/ephy-web-view.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 36637cc..e4a2e49 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -2066,8 +2066,6 @@ ephy_web_view_location_changed (EphyWebView *view,
 
   update_navigation_flags (view);
 
-  g_object_notify (object, "embed-title");
-
   g_object_thaw_notify (object);
 }
 



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