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 | |
parent | cdb13031b95869f2c4eab6c8d6419cf83e85e9b2 (diff) | |
download | gsoc2013-epiphany-abfdc94cfb98635c85848f0fd1886164bb72b475.tar.gz 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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-statusbar.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2007-05-19 Christian Persch <chpe@gnome.org> + * src/ephy-statusbar.c: + + Make this comment accurate. + +2007-05-19 Christian Persch <chpe@gnome.org> + * src/prefs-dialog.c: (prefs_dialog_show_help): Make this string static. 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) |