Skip to content

Commit 15e8823

Browse files
committed
Gmoccapy: Fix some warnings related to virual keyboard and panels on shutdown
1 parent e15a505 commit 15e8823

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,6 @@ def _kill_dynamic_childs(self):
18641864
if type(child) == Gtk.Socket:
18651865
if self.onboard:
18661866
self._kill_keyboard()
1867-
child.disconnect(child.get_id())
18681867
else:
18691868
child.terminate()
18701869

0 commit comments

Comments
 (0)