aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: RC6 - Columns size  (Read 2027 times)

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
RC6 - Columns size
« 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.
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: RC6 - Columns size
« Reply #1 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("") ) ) {
Logged

ecforum

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 105
Re: RC6 - Columns size
« Reply #2 on: October 05, 2004, 08:03:42 PM »

I compiled it. It's running very well !  8)

Thanks !   :)
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: RC6 - Columns size
« Reply #3 on: October 06, 2004, 04:34:07 AM »

Thanks for the little patch. It worked really fine.
Logged