aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-link.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-31 04:09:59 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-31 04:09:59 +0800
commite079b8f01e96df848268e822afc531acc98bf68f (patch)
tree2ce2513be9a96806b46a4d697d90a5d3ef0cd19d /src/ephy-link.c
parent8f01817138c1852b319898a5de3f4b9f244cdea5 (diff)
downloadgsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.tar
gsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.tar.gz
gsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.tar.bz2
gsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.tar.lz
gsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.tar.xz
gsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.tar.zst
gsoc2013-epiphany-e079b8f01e96df848268e822afc531acc98bf68f.zip
Some sparse fixes.
2005-01-30 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_new): * lib/ephy-dialog.c: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_new): * src/ephy-link.c: (ephy_link_open): * src/ephy-statusbar.c: (create_statusbar_security_icon): * src/ephy-window.c: * src/prefs-dialog.c: (get_download_button_label): Some sparse fixes.
Diffstat (limited to 'src/ephy-link.c')
-rw-r--r--src/ephy-link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-link.c b/src/ephy-link.c
index 6fb34e878..06c58afff 100644
--- a/src/ephy-link.c
+++ b/src/ephy-link.c
@@ -89,7 +89,7 @@ ephy_link_open (EphyLink *link,
{
EphyTab *new_tab = NULL;
- LOG ("ephy_link_open address \"%s\" parent-tab %p flags %u", address, tab, flags) ;
+ LOG ("ephy_link_open address \"%s\" parent-tab %p flags %u", address, tab, flags);
g_signal_emit (link, signals[OPEN_LINK], 0,
address, tab, flags,