oops, didnt mean to commit this change, twas for testing, so revert it

This commit is contained in:
simonb 2007-01-06 08:01:14 +00:00
parent 1f7b12cc49
commit 590f32704a

View file

@ -112,9 +112,9 @@ ToolbarItem *ToolFactory::create(const std::string &name, const FbTk::FbWindow &
return 0;
// TODO maybe direction of arrows should depend on toolbar layout ?
FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::UP;
FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::LEFT;
if (name == "nextworkspace")
arrow_type = FbTk::FbDrawable::DOWN;
arrow_type = FbTk::FbDrawable::RIGHT;
ArrowButton *win = new ArrowButton(arrow_type, parent,
0, 0,