diff options
-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) |