diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-11-09 09:03:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-09 09:03:38 +0800 |
commit | b3492a27945b00ab6ff7da81fefc313d838fce7e (patch) | |
tree | 964523463a6a88097211f7d993389bb06a8b019f | |
parent | 71efb0fede5176ff7970903621a66f518020843b (diff) | |
download | gsoc2013-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.
-rwxr-xr-x | src/ephy-statusbar.c | 1 |
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); } |