In progress...
This commit is contained in:
parent
5f66c66c13
commit
4febb98a53
|
@ -17,6 +17,12 @@ namespace LAview.Core.Plugins {
|
|||
//dialog.application = application;
|
||||
dialog.delete_event.connect ((source) => {return true;});
|
||||
}
|
||||
|
||||
dialog.response.connect ((response_id) => {
|
||||
if (response_id == Gtk.ResponseType.CANCEL || response_id == Gtk.ResponseType.DELETE_EVENT) {
|
||||
dialog.hide_on_delete ();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
public void show_all () {
|
||||
|
|
Loading…
Reference in New Issue