diff options
author | rathnor <rathnor> | 2004-08-27 14:14:42 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-08-27 14:14:42 (GMT) |
commit | f2599d87f61ac4d2028698195024e082ed6f513a (patch) | |
tree | 5615c94f2b11262d26be54d573efaecde35246ee /src/ToolFactory.cc | |
parent | 6ce5a31ea8bb6dbf6f64260c62d9af153e9d7f30 (diff) | |
download | fluxbox-f2599d87f61ac4d2028698195024e082ed6f513a.zip fluxbox-f2599d87f61ac4d2028698195024e082ed6f513a.tar.bz2 |
add a special fallback for toolbar button style
Diffstat (limited to 'src/ToolFactory.cc')
-rw-r--r-- | src/ToolFactory.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ToolFactory.cc b/src/ToolFactory.cc index 011eb39..a2d6c2b 100644 --- a/src/ToolFactory.cc +++ b/src/ToolFactory.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: ToolFactory.cc,v 1.5 2004/08/25 17:16:40 rathnor Exp $ | 22 | // $Id: ToolFactory.cc,v 1.6 2004/08/27 14:14:42 rathnor Exp $ |
23 | 23 | ||
24 | #include "ToolFactory.hh" | 24 | #include "ToolFactory.hh" |
25 | 25 | ||
@@ -75,7 +75,8 @@ private: | |||
75 | 75 | ||
76 | ToolFactory::ToolFactory(BScreen &screen):m_screen(screen), | 76 | ToolFactory::ToolFactory(BScreen &screen):m_screen(screen), |
77 | m_clock_theme(screen.screenNumber(), "toolbar.clock", "Toolbar.Clock"), | 77 | m_clock_theme(screen.screenNumber(), "toolbar.clock", "Toolbar.Clock"), |
78 | m_button_theme(new ButtonTheme(screen.screenNumber(), "toolbar.button", "Toolbar.Button")), | 78 | m_button_theme(new ButtonTheme(screen.screenNumber(), "toolbar.button", "Toolbar.Button", |
79 | "toolbar.workspace", "Toolbar.Workspace")), | ||
79 | m_workspace_theme(new WorkspaceNameTheme(screen.screenNumber(), "toolbar.workspace", "Toolbar.Workspace")), | 80 | m_workspace_theme(new WorkspaceNameTheme(screen.screenNumber(), "toolbar.workspace", "Toolbar.Workspace")), |
80 | m_iconbar_theme(screen.screenNumber(), "toolbar.iconbar", "Toolbar.Iconbar") { | 81 | m_iconbar_theme(screen.screenNumber(), "toolbar.iconbar", "Toolbar.Iconbar") { |
81 | 82 | ||