diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-12-19 19:00:50 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-12-19 19:00:50 +0800 |
commit | 84f65901dc8c489683433402293aac2a062e0aa1 (patch) | |
tree | 24d857c3dd17e3268b74cbda17eb947aac5354f6 /src | |
parent | a2f961edc8727333836550c7923886c4b7f24897 (diff) | |
download | gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.gz gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.bz2 gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.lz gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.xz gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.tar.zst gsoc2013-epiphany-84f65901dc8c489683433402293aac2a062e0aa1.zip |
Remove stray g_print
Diffstat (limited to 'src')
-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"); } } |