diff options
Diffstat (limited to 'src/IconButton.cc')
-rw-r--r-- | src/IconButton.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc index 68988aa..fa85cb2 100644 --- a/src/IconButton.cc +++ b/src/IconButton.cc | |||
@@ -134,7 +134,7 @@ private: | |||
134 | 134 | ||
135 | 135 | ||
136 | IconButton::IconButton(const IconbarTool& tool, const FbTk::FbWindow &parent, | 136 | IconButton::IconButton(const IconbarTool& tool, const FbTk::FbWindow &parent, |
137 | const FbTk::Font &font, FluxboxWindow &win): | 137 | FbTk::Font &font, FluxboxWindow &win): |
138 | FbTk::TextButton(parent, font, win.winClient().title()), | 138 | FbTk::TextButton(parent, font, win.winClient().title()), |
139 | m_win(win), | 139 | m_win(win), |
140 | m_icon_window(*this, 1, 1, 1, 1, | 140 | m_icon_window(*this, 1, 1, 1, 1, |