aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-31 04:12:08 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-31 04:12:08 +0800
commit43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635 (patch)
treea67c67c80051314796ab62e9534deb8bd2a46b71 /src/bookmarks
parent55bd674a3c1ed29cd2df0f371d85046aa773dcbd (diff)
downloadgsoc2013-epiphany-43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635.tar
gsoc2013-epiphany-43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635.tar.gz
gsoc2013-epiphany-43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635.tar.bz2
gsoc2013-epiphany-43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635.tar.lz
gsoc2013-epiphany-43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635.tar.xz
gsoc2013-epiphany-43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635.tar.zst
gsoc2013-epiphany-43f229ae4bf329c0b7d4f46cb4d1853fe9ba0635.zip
Some sparse fixes.
2005-01-30 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_new): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_new): * src/ephy-window.c: * src/prefs-dialog.c: (get_download_button_label): Some sparse fixes.
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/ephy-bookmarks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c
index 0a94a8f16..c56442544 100644
--- a/src/bookmarks/ephy-bookmarks.c
+++ b/src/bookmarks/ephy-bookmarks.c
@@ -838,7 +838,7 @@ ephy_bookmarks_finalize (GObject *object)
}
EphyBookmarks *
-ephy_bookmarks_new ()
+ephy_bookmarks_new (void)
{
EphyBookmarks *eb;