removing useless self.reconfigure_vte() in on_drag_data_received()

This commit is contained in:
Emmanuel Bretelle 2008-02-26 20:57:06 +00:00
parent bdad9597f7
commit 649bc21750
1 changed files with 0 additions and 1 deletions

View File

@ -372,7 +372,6 @@ class TerminatorTerm:
pane.show()
pane.set_position (position / 2)
self.reconfigure_vte()
def spawn_child (self, event=None):
update_records = self.gconf_client.get_bool (self.profile + "/update_records") or True