aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/filetransferwindow
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-08-30 11:25:39 +0000
committerGravatar Fabio Bas2008-08-30 11:25:39 +0000
commit337709b442be887fd090ec93195b18ec03fe4750 (patch)
treec2f37156ff65aacdd3d73cc5002a5ade7fee699b /src/modules/filetransferwindow
parentcompilation fix (diff)
downloadKVIrc-337709b442be887fd090ec93195b18ec03fe4750.tar.gz
KVIrc-337709b442be887fd090ec93195b18ec03fe4750.tar.bz2
KVIrc-337709b442be887fd090ec93195b18ec03fe4750.zip
renamed taskbar to window list.
splitted "tree window list" in its own file git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2362 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/filetransferwindow')
-rw-r--r--src/modules/filetransferwindow/filetransferwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/filetransferwindow/filetransferwindow.cpp b/src/modules/filetransferwindow/filetransferwindow.cpp
index 8e5d05e6a..c9c7c1af0 100644
--- a/src/modules/filetransferwindow/filetransferwindow.cpp
+++ b/src/modules/filetransferwindow/filetransferwindow.cpp
@@ -124,7 +124,8 @@ void KviFileTransferWidget::paintEvent(QPaintEvent * event)
p->drawTiledPixmap(rect,*g_pShadedChildGlobalDesktopBackground,pnt);
} else {
#endif
- p->fillRect(rect,KVI_OPTION_COLOR(KviOption_colorTreeTaskBarBackground));
+ //FIXME this is not the treewindowlist
+ p->fillRect(rect,KVI_OPTION_COLOR(KviOption_colorTreeWindowListBackground));
#ifdef COMPILE_PSEUDO_TRANSPARENCY
}
#endif