Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Jam/Desktop.py
diff options
context:
space:
mode:
Diffstat (limited to 'Jam/Desktop.py')
-rw-r--r--Jam/Desktop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jam/Desktop.py b/Jam/Desktop.py
index d094039..c5eb4ab 100644
--- a/Jam/Desktop.py
+++ b/Jam/Desktop.py
@@ -20,7 +20,7 @@ class Desktop( gtk.EventBox ):
win = gtk.gdk.get_default_root_window()
self.gc = gtk.gdk.GC( win )
colormap = self.drawingArea.get_colormap()
- self.colors = { "bg": colormap.alloc_color( Config.BG_COLOR, True, True ), \
+ self.colors = { "bg": colormap.alloc_color( Config.PANEL_BCK_COLOR, True, True ), \
"Border_Active": colormap.alloc_color( "#FF6000", True, True ), \
"Border_Inactive": colormap.alloc_color( "#5D5D5D", True, True ), \
"Border_Highlight": colormap.alloc_color( "#FFFFFF", True, True ), \