Changeset 6ab1b9252a30

Show
Ignore:
Timestamp:
11/08/08 09:43:07 (2 months ago)
Author:
Siavash Safi <siavash.safi@…>
Branch:
trunk
Message:

* Reverted a wrong commited file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sources/musiclib/source-musiclib.cc

    r971 r972  
    574574                                col->pack_start(*cell, false); 
    575575                                col->set_min_width(66); 
    576                                 //col->set_max_width(66); 
     576                                col->set_max_width(66); 
    577577                                col->set_cell_data_func(*cell, sigc::mem_fun( *this, &PlaylistTreeView::cellDataFuncRating )); 
    578578                                append_column(*col);