diff options
Diffstat (limited to 'src/WinButtonTheme.cc')
-rw-r--r-- | src/WinButtonTheme.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinButtonTheme.cc b/src/WinButtonTheme.cc index 5599aba..11041f2 100644 --- a/src/WinButtonTheme.cc +++ b/src/WinButtonTheme.cc | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | #include "FbWinFrameTheme.hh" | 30 | #include "FbWinFrameTheme.hh" |
31 | 31 | ||
32 | WinButtonTheme::WinButtonTheme(int screen_num, const FbWinFrameTheme &frame_theme): | 32 | WinButtonTheme::WinButtonTheme(int screen_num, FbWinFrameTheme &frame_theme): |
33 | FbTk::Theme(screen_num), | 33 | FbTk::Theme(screen_num), |
34 | m_close_pm(*this, "window.close.pixmap", "Window.Close.Pixmap"), | 34 | m_close_pm(*this, "window.close.pixmap", "Window.Close.Pixmap"), |
35 | m_close_unfocus_pm(*this, "window.close.unfocus.pixmap", "Window.Close.Unfocus.Pixmap"), | 35 | m_close_unfocus_pm(*this, "window.close.unfocus.pixmap", "Window.Close.Unfocus.Pixmap"), |