aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-08-25 06:47:19 +0800
committerXan Lopez <xan@igalia.com>2012-08-25 06:47:19 +0800
commit933d7b788afb9b64e0a75cc060dc3ec09adc04f3 (patch)
tree22ac74a6c365bd80e0a0194acb9ee77c3d312949 /embed
parentb83dafd3b76238d2d2104364c8b188de3bd8e0a1 (diff)
downloadgsoc2013-epiphany-933d7b788afb9b64e0a75cc060dc3ec09adc04f3.tar
gsoc2013-epiphany-933d7b788afb9b64e0a75cc060dc3ec09adc04f3.tar.gz
gsoc2013-epiphany-933d7b788afb9b64e0a75cc060dc3ec09adc04f3.tar.bz2
gsoc2013-epiphany-933d7b788afb9b64e0a75cc060dc3ec09adc04f3.tar.lz
gsoc2013-epiphany-933d7b788afb9b64e0a75cc060dc3ec09adc04f3.tar.xz
gsoc2013-epiphany-933d7b788afb9b64e0a75cc060dc3ec09adc04f3.tar.zst
gsoc2013-epiphany-933d7b788afb9b64e0a75cc060dc3ec09adc04f3.zip
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.
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-web-view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 36637cc47..e4a2e49a5 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);
}