[gnome-music] Warnings patch



commit 470e4154e7298b5446db6131cdf1768e79667400
Author: Sai <suman sai14 gmail com>
Date:   Mon May 13 02:14:44 2013 +0530

    Warnings patch
    
    Signed-off-by: Seif Lotfy <seif lotfy com>

 src/application.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 6f1d0c2..681f5a0 100644
--- a/src/application.js
+++ b/src/application.js
@@ -111,5 +111,9 @@ const Application = new Lang.Class({
         this._buildAppMenu();
         this._window = new Window.MainWindow(this);
         this._window.present();
+        this._window.connect("destroy",Lang.bind(this,
+        function () {
+            this.quit();
+        }));
     },
 });


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]