diff options
author | simonb <simonb> | 2007-01-06 08:01:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-01-06 08:01:14 (GMT) |
commit | 590f32704af7a61dc99aa0c30da10fd842e2eeab (patch) | |
tree | 9d3ca07fa82d93a664a053416c5fdb032c05f75a | |
parent | 1f7b12cc494e8b492bd87207246265070b70d578 (diff) | |
download | fluxbox-590f32704af7a61dc99aa0c30da10fd842e2eeab.zip fluxbox-590f32704af7a61dc99aa0c30da10fd842e2eeab.tar.bz2 |
oops, didnt mean to commit this change, twas for testing, so revert it
-rw-r--r-- | src/ToolFactory.cc | 4 |
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, |