[sushi] html: close the window when launching the browser
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sushi] html: close the window when launching the browser
- Date: Sat, 2 Jul 2011 05:07:30 +0000 (UTC)
commit 55232f8aad25df9fa25f75e322d008188fe61860
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sat Jul 2 00:45:12 2011 -0400
html: close the window when launching the browser
src/js/viewers/html.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/viewers/html.js b/src/js/viewers/html.js
index 542d04f..cb1b294 100644
--- a/src/js/viewers/html.js
+++ b/src/js/viewers/html.js
@@ -60,7 +60,7 @@ HTMLRenderer.prototype = {
separator.show();
this._mainToolbar.insert(separator, 1);
- this._toolbarRun = Utils.createRunButton(this._file);
+ this._toolbarRun = Utils.createRunButton(this._file, this._mainWindow);
this._mainToolbar.insert(this._toolbarRun, 2);
this._mainToolbar.show();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]