aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2007-01-06 08:01:14 (GMT)
committersimonb <simonb>2007-01-06 08:01:14 (GMT)
commit590f32704af7a61dc99aa0c30da10fd842e2eeab (patch)
tree9d3ca07fa82d93a664a053416c5fdb032c05f75a /src/ToolFactory.cc
parent1f7b12cc494e8b492bd87207246265070b70d578 (diff)
downloadfluxbox-590f32704af7a61dc99aa0c30da10fd842e2eeab.zip
fluxbox-590f32704af7a61dc99aa0c30da10fd842e2eeab.tar.bz2
oops, didnt mean to commit this change, twas for testing, so revert it
Diffstat (limited to 'src/ToolFactory.cc')
-rw-r--r--src/ToolFactory.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ToolFactory.cc b/src/ToolFactory.cc
index 798072b..f2d1ccd 100644
--- a/src/ToolFactory.cc
+++ b/src/ToolFactory.cc
@@ -112,9 +112,9 @@ ToolbarItem *ToolFactory::create(const std::string &name, const FbTk::FbWindow &
112 return 0; 112 return 0;
113 113
114 // TODO maybe direction of arrows should depend on toolbar layout ? 114 // TODO maybe direction of arrows should depend on toolbar layout ?
115 FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::UP; 115 FbTk::FbDrawable::TriangleType arrow_type = FbTk::FbDrawable::LEFT;
116 if (name == "nextworkspace") 116 if (name == "nextworkspace")
117 arrow_type = FbTk::FbDrawable::DOWN; 117 arrow_type = FbTk::FbDrawable::RIGHT;
118 118
119 ArrowButton *win = new ArrowButton(arrow_type, parent, 119 ArrowButton *win = new ArrowButton(arrow_type, parent,
120 0, 0, 120 0, 0,