[hackers] [surf] typo || Enno Boland (tox)

From: <hg_AT_suckless.org>
Date: Mon, 7 Sep 2009 08:29:19 +0000 (UTC)

changeset: 63:bd8458531041
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Mon Sep 07 10:30:50 2009 +0200
files: surf.c
description:
typo

diff -r 096e88775a65 -r bd8458531041 surf.c
--- a/surf.c Mon Sep 07 10:30:15 2009 +0200
+++ b/surf.c Mon Sep 07 10:30:50 2009 +0200
@@ -183,11 +183,11 @@
         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);
 }
Received on Mon Sep 07 2009 - 08:29:19 UTC

This archive was generated by hypermail 2.2.0 : Mon Sep 07 2009 - 08:36:06 UTC