aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-07 10:30:50 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-07 10:30:50 +0200
commitea2d9489303f3eacc77f6afcbcd13d2a7a0fe54a (patch)
tree52b4687d2bd45c552f7f3428dc9dfe8f0160aa11
parentb1d555b9fe1a32ad7d3ac2d33135b2907ef013f4 (diff)
typo
-rw-r--r--surf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/surf.c b/surf.c
index bf489b9..454a585 100644
--- a/surf.c
+++ b/surf.c
@@ -183,11 +183,11 @@ drawindicator(Client *c) {
w = c->indicator;
width = c->progress * w->allocation.width / 100;
gdk_draw_rectangle(w->window,
- w->style->fg_gc[GTK_WIDGET_STATE(w)],
+ w->style->bg_gc[GTK_WIDGET_STATE(w)],
TRUE,
0, 0, w->allocation.width, w->allocation.height);
gdk_draw_rectangle(w->window,
- w->style->bg_gc[GTK_WIDGET_STATE(w)],
+ w->style->fg_gc[GTK_WIDGET_STATE(w)],
TRUE,
0, 0, width, w->allocation.height);
}