diff options
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc index 5c284ec..ca93957 100644 --- a/src/FbWinFrame.cc +++ b/src/FbWinFrame.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: FbWinFrame.cc,v 1.5 2003/01/12 20:31:54 fluxgen Exp $ | 22 | // $Id: FbWinFrame.cc,v 1.6 2003/02/15 01:54:54 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbWinFrame.hh" | 24 | #include "FbWinFrame.hh" |
25 | #include "ImageControl.hh" | 25 | #include "ImageControl.hh" |
@@ -63,7 +63,9 @@ FbWinFrame::FbWinFrame(FbWinFrameTheme &theme, FbTk::ImageControl &imgctrl, int | |||
63 | m_bevel(1), | 63 | m_bevel(1), |
64 | m_use_titlebar(true), | 64 | m_use_titlebar(true), |
65 | m_use_handle(true), | 65 | m_use_handle(true), |
66 | m_button_pm(0) { | 66 | m_button_pm(0), |
67 | m_themelistener(*this) { | ||
68 | theme.addListener(m_themelistener); | ||
67 | init(); | 69 | init(); |
68 | } | 70 | } |
69 | /* | 71 | /* |