diff options
author | Christian Persch <chpe@gnome.org> | 2007-05-20 00:40:59 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-05-20 00:40:59 +0800 |
commit | abfdc94cfb98635c85848f0fd1886164bb72b475 (patch) | |
tree | 0ae648d0e0073a693f3916ca8f849d193b9d845c /src/ephy-statusbar.c | |
parent | cdb13031b95869f2c4eab6c8d6419cf83e85e9b2 (diff) | |
download | gsoc2013-epiphany-abfdc94cfb98635c85848f0fd1886164bb72b475.tar gsoc2013-epiphany-abfdc94cfb98635c85848f0fd1886164bb72b475.tar.gz gsoc2013-epiphany-abfdc94cfb98635c85848f0fd1886164bb72b475.tar.bz2 gsoc2013-epiphany-abfdc94cfb98635c85848f0fd1886164bb72b475.tar.lz gsoc2013-epiphany-abfdc94cfb98635c85848f0fd1886164bb72b475.tar.xz gsoc2013-epiphany-abfdc94cfb98635c85848f0fd1886164bb72b475.tar.zst gsoc2013-epiphany-abfdc94cfb98635c85848f0fd1886164bb72b475.zip |
Make this comment accurate.
2007-05-19 Christian Persch <chpe@gnome.org>
* src/ephy-statusbar.c:
Make this comment accurate.
svn path=/trunk/; revision=7033
Diffstat (limited to 'src/ephy-statusbar.c')
-rw-r--r-- | src/ephy-statusbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-statusbar.c b/src/ephy-statusbar.c index c2e9e0710..86b1175e3 100644 --- a/src/ephy-statusbar.c +++ b/src/ephy-statusbar.c @@ -110,7 +110,7 @@ ephy_statusbar_size_allocate (GtkWidget *widget, gstatusbar->label = label; } -#endif /* GTK 2.11.0 */ +#endif /* !GTK 2.11.0 */ static void ephy_statusbar_class_init (EphyStatusbarClass *klass) |