1
0
Fork 0

In progress...

This commit is contained in:
Kolan Sh 2016-04-06 19:40:58 +03:00
parent 7021714a38
commit 5f66c66c13
1 changed files with 3 additions and 0 deletions

View File

@ -11,8 +11,11 @@ namespace LAview.Core.Plugins {
dialog = builder.get_object ("object_example_dialog") as Dialog;
if (parent is Window) {
dialog.destroy_with_parent = true;
dialog.transient_for = parent as Window;
dialog.modal = true;
//dialog.application = application;
dialog.delete_event.connect ((source) => {return true;});
}
}