aMule Forum

English => en_Bugs => Topic started by: skolnick on October 05, 2004, 02:53:36 AM

Title: RC6 - Columns size
Post by: skolnick on October 05, 2004, 02:53:36 AM
My amule 2.0.0RC6 will not remember which columns I had hidden, and which size had each one. Always defaults to showing all the columns, and the defaults sizes. I'm using WX2.5.2 compiled against GTK2, Mandrake 10.0 and aMule 2.0.0RC6 locally compiled.

Thanks.
Title: Re: RC6 - Columns size
Post by: Xaignar on October 05, 2004, 08:22:21 AM
Sorry about that.
You can fix it by changing this line in MuleListCtrl.cpp
Code: [Select]
if ( cfg->Read( wxT("/eMule/SearchColumnWidths") + name, &buffer, wxT("") ) ) {to
Code: [Select]
if ( cfg->Read( wxT("/eMule/TableWidths") + name, &buffer, wxT("") ) ) {
Title: Re: RC6 - Columns size
Post by: ecforum on October 05, 2004, 08:03:42 PM
I compiled it. It's running very well !  8)

Thanks !   :)
Title: Re: RC6 - Columns size
Post by: skolnick on October 06, 2004, 04:34:07 AM
Thanks for the little patch. It worked really fine.