aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-11-09 09:03:38 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-09 09:03:38 +0800
commitb3492a27945b00ab6ff7da81fefc313d838fce7e (patch)
tree964523463a6a88097211f7d993389bb06a8b019f /src
parent71efb0fede5176ff7970903621a66f518020843b (diff)
downloadgsoc2013-epiphany-b3492a27945b00ab6ff7da81fefc313d838fce7e.tar
gsoc2013-epiphany-b3492a27945b00ab6ff7da81fefc313d838fce7e.tar.gz
gsoc2013-epiphany-b3492a27945b00ab6ff7da81fefc313d838fce7e.tar.bz2
gsoc2013-epiphany-b3492a27945b00ab6ff7da81fefc313d838fce7e.tar.lz
gsoc2013-epiphany-b3492a27945b00ab6ff7da81fefc313d838fce7e.tar.xz
gsoc2013-epiphany-b3492a27945b00ab6ff7da81fefc313d838fce7e.tar.zst
gsoc2013-epiphany-b3492a27945b00ab6ff7da81fefc313d838fce7e.zip
Removed a FIXME comment where the problem it pointed to has already been fixed.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ephy-statusbar.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-statusbar.c b/src/ephy-statusbar.c
index 96117be26..6a59fa105 100755
--- a/src/ephy-statusbar.c
+++ b/src/ephy-statusbar.c
@@ -202,7 +202,6 @@ ephy_statusbar_init (EphyStatusbar *t)
create_statusbar_security_icon (t);
create_statusbar_popups_manager_icon (t);
- /* FIXME: is this the right way ? */
sync_shadow_type (t, NULL, NULL);
g_signal_connect (t, "style-set", G_CALLBACK (sync_shadow_type), NULL);
}