Rev 59 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 59 | Rev 70 | ||
---|---|---|---|
Line 328... | Line 328... | ||
328 | 328 | ||
Line 329... | Line 329... | ||
329 | public boolean force_disconnect=true; |
329 | public boolean force_disconnect=true; |
330 | 330 | ||
331 | public void close_connections(boolean force) |
331 | public void close_connections(boolean force) |
332 | { |
332 | { |
333 | if (!force) root.vibrate(500); |
333 | if ((!force)&&root.canvas.do_vibra) root.vibrate(500); |
334 | force_disconnect=force; |
334 | force_disconnect=force; |
Line 335... | Line 335... | ||
335 | try{ reader.close(); } |
335 | try{ reader.close(); } |