diff options
author | fluxgen <fluxgen> | 2004-03-22 20:08:08 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-03-22 20:08:08 (GMT) |
commit | 67ec8b7d3e61f643c23578446622eaafc03dc847 (patch) | |
tree | fac553b444f14b16c8b81a52c3995cf1d900ed9b | |
parent | dea3281e6917601a81df7833457a942b875b8e49 (diff) | |
download | fluxbox-67ec8b7d3e61f643c23578446622eaafc03dc847.zip fluxbox-67ec8b7d3e61f643c23578446622eaafc03dc847.tar.bz2 |
fixed missing text on restart, patch from Mathias Gumz
-rw-r--r-- | src/IconbarTool.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/IconbarTool.cc b/src/IconbarTool.cc index 16b51e9..d4cdd3d 100644 --- a/src/IconbarTool.cc +++ b/src/IconbarTool.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTool.cc,v 1.34 2004/02/20 09:05:24 fluxgen Exp $ | 23 | // $Id: IconbarTool.cc,v 1.35 2004/03/22 20:08:08 fluxgen Exp $ |
24 | 24 | ||
25 | #include "IconbarTool.hh" | 25 | #include "IconbarTool.hh" |
26 | 26 | ||
@@ -286,7 +286,6 @@ IconbarTool::IconbarTool(const FbTk::FbWindow &parent, IconbarTheme &theme, BScr | |||
286 | m_focus_timer.setTimeout(to); | 286 | m_focus_timer.setTimeout(to); |
287 | m_focus_timer.fireOnce(true); | 287 | m_focus_timer.fireOnce(true); |
288 | 288 | ||
289 | update(0); | ||
290 | } | 289 | } |
291 | 290 | ||
292 | IconbarTool::~IconbarTool() { | 291 | IconbarTool::~IconbarTool() { |