diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Toolbar.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index b9c9ab5..180aa4b 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Toolbar.cc,v 1.114 2003/08/24 13:17:00 fluxgen Exp $ | 25 | // $Id: Toolbar.cc,v 1.115 2003/08/24 23:15:02 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Toolbar.hh" | 27 | #include "Toolbar.hh" |
28 | 28 | ||
@@ -264,8 +264,7 @@ Toolbar::Toolbar(BScreen &scrn, FbTk::XLayer &layer, FbTk::Menu &menu, size_t wi | |||
264 | 264 | ||
265 | // we need to get notified when the theme is reloaded | 265 | // we need to get notified when the theme is reloaded |
266 | m_theme.reconfigSig().attach(this); | 266 | m_theme.reconfigSig().attach(this); |
267 | // listen to screen reconfigure | 267 | // listen to screen size changes |
268 | screen().reconfigureSig().attach(this); | ||
269 | screen().resizeSig().attach(this); | 268 | screen().resizeSig().attach(this); |
270 | 269 | ||
271 | moveToLayer((*m_rc_layernum).getNum()); | 270 | moveToLayer((*m_rc_layernum).getNum()); |