about summary refs log tree commit diff stats
path: root/xombrero.c
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-06-08 14:25:52 -0400
committerJosh Rickmar <jrick@devio.us>2012-06-08 14:25:52 -0400
commitae6dd98cd0f05b1b6d0bf8bc591767f7e116fc01 (patch)
tree9c1805d6e74889c3f46822246c8fe6d78f376647 /xombrero.c
parent4f8dc76d9ffd69bcd982525fb16fe0087e290249 (diff)
downloadxombrero-ae6dd98cd0f05b1b6d0bf8bc591767f7e116fc01.tar.gz
Don't recolor the statusbar when opening the command prompt. This
fixes FS#301.
Diffstat (limited to 'xombrero.c')
-rw-r--r--xombrero.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xombrero.c b/xombrero.c
index 24cfdd6..7ce642b 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -2815,7 +2815,6 @@ command(struct tab *t, struct karg *args)
 	base = gdk_color_to_string(&t->default_style->base[GTK_STATE_NORMAL]);
 	gtk_widget_modify_base(t->cmd, GTK_STATE_NORMAL,
 	    &t->default_style->base[GTK_STATE_NORMAL]);
-	statusbar_modify_attr(t, text, base);
 	g_free(text);
 	g_free(base);
 	show_cmd(t);