From 74ca52582debc407c77b2584c858332741c7d128 Mon Sep 17 00:00:00 2001 From: Stephen Boddy Date: Wed, 2 Dec 2015 19:48:42 +0100 Subject: [PATCH] Fix the editing of the window title --- terminatorlib/terminal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 6f19744f..85350869 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -1848,7 +1848,6 @@ class Terminal(Gtk.VBox): ( Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT, Gtk.STOCK_OK, Gtk.ResponseType.ACCEPT )) dialog.set_default_response(Gtk.ResponseType.ACCEPT) - dialog.set_has_separator(False) dialog.set_resizable(False) dialog.set_border_width(8)