From 8fe37c5e4751c120cbe908128bd1a457b00ba763 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 11 Jul 2009 16:01:58 +0200 Subject: 2 small doc fixes --- uzbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uzbl.c') diff --git a/uzbl.c b/uzbl.c index a5d78f5..9e5c1a9 100644 --- a/uzbl.c +++ b/uzbl.c @@ -2141,7 +2141,7 @@ update_title (void) { if (b->status_background) { GdkColor color; gdk_color_parse (b->status_background, &color); - //labels and hboxes do not draw their own background. applying this on the vbox is ok as the statusbar is the only affected widget. (if not, we could also use GtkEventBox) + //labels and hboxes do not draw their own background. applying this on the vbox/main_window is ok as the statusbar is the only affected widget. (if not, we could also use GtkEventBox) if (uzbl.gui.main_window) gtk_widget_modify_bg (uzbl.gui.main_window, GTK_STATE_NORMAL, &color); else if (uzbl.gui.plug) -- cgit v1.2.3