aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ToolFactory.cc')
-rw-r--r--src/ToolFactory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ToolFactory.cc b/src/ToolFactory.cc
index 5d8d6c5..47dc6bc 100644
--- a/src/ToolFactory.cc
+++ b/src/ToolFactory.cc
@@ -85,7 +85,7 @@ ToolFactory::ToolFactory(BScreen &screen):m_screen(screen),
85} 85}
86 86
87ToolbarItem *ToolFactory::create(const std::string &name, const FbTk::FbWindow &parent, Toolbar &tbar) { 87ToolbarItem *ToolFactory::create(const std::string &name, const FbTk::FbWindow &parent, Toolbar &tbar) {
88 ToolbarItem * item; 88 ToolbarItem * item = 0;
89 89
90 unsigned int button_size = 24; 90 unsigned int button_size = 24;
91 if (tbar.theme().buttonSize() > 0) 91 if (tbar.theme().buttonSize() > 0)