diff options
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r-- | src/ephy-tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 1cce14579..1a461ed79 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -1088,7 +1088,7 @@ ephy_tab_document_type_cb (EphyEmbed *embed, if (tab->priv->document_type != type) { tab->priv->document_type = type; -g_print ("new doc type %d\n", type); + g_object_notify (G_OBJECT (tab), "document-type"); } } |