temporary fix to make it compile on Etch
This commit is contained in:
parent
fdb75fdd2a
commit
eb14eaa376
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ Track::Track() :
|
|||
buttonBar.append(lockButton);
|
||||
|
||||
buttonBar.set_toolbar_style(TOOLBAR_ICONS);
|
||||
buttonBar.set_icon_size(WindowManager::MenuIconSize);
|
||||
//buttonBar.set_icon_size(WindowManager::MenuIconSize);
|
||||
//TODO uncommented for now, doesn't compile on etch. 12/15/08 ichthyo
|
||||
|
||||
headerWidget.pack_start(titleBox, PACK_SHRINK);
|
||||
headerWidget.pack_start(buttonBar, PACK_SHRINK);
|
||||
|
|
|
|||
Loading…
Reference in a new issue