- Timestamp:
- 20/12/10 20:00:35 (2 years ago)
- Children:
- 694d86baafd237d38fc2df4d152aafa3d17cff88
- Parents:
- f3936599595a9a4a25e8914850372ce0a9b16d78
- git-committer:
- Matias De la Puente <mfpuente.ar@…> (20/12/10 20:00:35)
- File:
-
- 1 edited
-
libi4uccore/documentslogic.vala (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libi4uccore/documentslogic.vala
re7ead1c r78c0493 118 118 var response = _view.show_close_confirmation_dialog (unsaved_documents, out documents_to_save); 119 119 120 if (response == Gtk.ResponseType.CANCEL)120 if (response == DialogResponse.CANCEL) 121 121 return false; 122 122 123 if (response == Gtk.ResponseType.OK)123 if (response == DialogResponse.OK) 124 124 foreach (var document in documents_to_save) 125 125 {
Note: See TracChangeset
for help on using the changeset viewer.

