bug progressbarcolors settings

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
HyperT
Posts: 1
Joined: 2004-03-30 14:51

bug progressbarcolors settings

Post by HyperT » 2004-04-05 06:04

let's call it an oopsie instead of a bug, 'cause there's no impact

extract from SettingsManager.h : UPLOAD_BAR_COLOR, DOWNLOAD_BAR_COLOR
extract from SettingsManager.cpp : DownloadBarColor, UploadBarColor

suggested solution : change the order in SettingsManager.cpp to " UploadBarColor, DownloadBarColor "



I've tried posting at the sf.net bug section, but I didn't see any way to submit a report without logging in, and someone (possibly myself) 'stole' my nick

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-04-05 20:48

You can mail a unified diff of your changes to arne, it's simpler than the bug tracker.

It looks like after this is fixed, users downloads and uploads bar colors will be switched, if they customized them.

Thanks for finding this - it was my mixup initially. :)

Locked