fixed missing text on restart, patch from Mathias Gumz
This commit is contained in:
parent
dea3281e69
commit
67ec8b7d3e
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: IconbarTool.cc,v 1.34 2004/02/20 09:05:24 fluxgen Exp $
|
||||
// $Id: IconbarTool.cc,v 1.35 2004/03/22 20:08:08 fluxgen Exp $
|
||||
|
||||
#include "IconbarTool.hh"
|
||||
|
||||
|
@ -286,7 +286,6 @@ IconbarTool::IconbarTool(const FbTk::FbWindow &parent, IconbarTheme &theme, BScr
|
|||
m_focus_timer.setTimeout(to);
|
||||
m_focus_timer.fireOnce(true);
|
||||
|
||||
update(0);
|
||||
}
|
||||
|
||||
IconbarTool::~IconbarTool() {
|
||||
|
|
Loading…
Reference in a new issue