From abfdc94cfb98635c85848f0fd1886164bb72b475 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 19 May 2007 16:40:59 +0000 Subject: Make this comment accurate. 2007-05-19 Christian Persch * src/ephy-statusbar.c: Make this comment accurate. svn path=/trunk/; revision=7033 --- ChangeLog | 6 ++++++ src/ephy-statusbar.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 79160a651..2bae2cf11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-05-19 Christian Persch + + * src/ephy-statusbar.c: + + Make this comment accurate. + 2007-05-19 Christian Persch * src/prefs-dialog.c: (prefs_dialog_show_help): 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) -- cgit