Remove invalid dialog property

This commit is contained in:
judgedreads pearce@millerdedmon.com 2015-03-29 15:49:57 -07:00
parent 9c9a37eb78
commit 6cdc1983a6
1 changed files with 0 additions and 1 deletions

View File

@ -161,7 +161,6 @@ class Container(object):
return Gtk.ResponseType.ACCEPT
dialog = Gtk.Dialog(_('Close?'), window, Gtk.DialogFlags.MODAL)
dialog.set_has_separator(False)
dialog.set_resizable(False)
dialog.add_button(Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT)