fixed missing text on restart, patch from Mathias Gumz
fluxgen fluxgen
1 files changed,
1 insertions(+),
2 deletions(-)
jump to
M
src/IconbarTool.cc
→
src/IconbarTool.cc
@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// 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 @@ m_focus_timer.setCommand(timer_cmd);
m_focus_timer.setTimeout(to); m_focus_timer.fireOnce(true); - update(0); } IconbarTool::~IconbarTool() {