Remove invalid dialog property
This commit is contained in:
parent
9c9a37eb78
commit
6cdc1983a6
|
@ -161,7 +161,6 @@ class Container(object):
|
||||||
return Gtk.ResponseType.ACCEPT
|
return Gtk.ResponseType.ACCEPT
|
||||||
|
|
||||||
dialog = Gtk.Dialog(_('Close?'), window, Gtk.DialogFlags.MODAL)
|
dialog = Gtk.Dialog(_('Close?'), window, Gtk.DialogFlags.MODAL)
|
||||||
dialog.set_has_separator(False)
|
|
||||||
dialog.set_resizable(False)
|
dialog.set_resizable(False)
|
||||||
|
|
||||||
dialog.add_button(Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT)
|
dialog.add_button(Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT)
|
||||||
|
|
Loading…
Reference in New Issue