aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2005-01-12 10:25:57 +0800
committerAdam Hooper <adamh@src.gnome.org>2005-01-12 10:25:57 +0800
commit4e924a040d0329795205ab8ba40626b8a9a9f2b5 (patch)
tree7e263ae7ce35f385b1454228e2888a39c602e040
parent2057401f9e892836984560cf32667c0679a4beb5 (diff)
downloadgsoc2013-epiphany-4e924a040d0329795205ab8ba40626b8a9a9f2b5.tar
gsoc2013-epiphany-4e924a040d0329795205ab8ba40626b8a9a9f2b5.tar.gz
gsoc2013-epiphany-4e924a040d0329795205ab8ba40626b8a9a9f2b5.tar.bz2
gsoc2013-epiphany-4e924a040d0329795205ab8ba40626b8a9a9f2b5.tar.lz
gsoc2013-epiphany-4e924a040d0329795205ab8ba40626b8a9a9f2b5.tar.xz
gsoc2013-epiphany-4e924a040d0329795205ab8ba40626b8a9a9f2b5.tar.zst
gsoc2013-epiphany-4e924a040d0329795205ab8ba40626b8a9a9f2b5.zip
Remove an extra line of gtk-doc which doesn't belong.
-rw-r--r--ChangeLog6
-rw-r--r--embed/ephy-embed-single.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7908b881c..9fdfd45cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-11 Adam Hooper <adamh@cvs.gnome.org>
+
+ * embed/ephy-embed-single.c: (ephy_embed_single_iface_init):
+
+ Remove an extra line of gtk-doc which doesn't belong.
+
2005-01-11 Tomasz Kłoczko <kloczek@pld.org.pl>
* src/Makefile.am:
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 6f0d06321..260009b33 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -124,7 +124,6 @@ ephy_embed_single_iface_init (gpointer g_class)
* @address: the address of the content
* @requesting_address: the address of the requesting content (may be empty)
* @mime_type_guess: a guess of the mime type of the content (may be empty)
- * @mime_type: the MIME type of the content
*
* The ::check-content signal is emitted when Epiphany loads any content from
* anywhere.