Pman.Dialog.CoreAutoSavePreview.bjs
[Pman.Core] / Pman.Dialog.CoreAutoSavePreview.js
index 7e082ea..6a6c0d2 100644 (file)
@@ -78,7 +78,11 @@ Pman.Dialog.CoreAutoSavePreview = {
                             },
                             rowdblclick : function (_self, rowIndex, e)
                             {
-                            
+                                _this.dialog.hide();
+                                
+                                if (_this.callback) {
+                                    _this.callback.call(this, _this.source);
+                                }
                             }
                         },
                         autoExpandColumn : 'filename',