[gnome-sound-recorder] Assign an icon to the application window



commit 6589e81ae289e9dc92c0bd2f31626d9a7c573e71
Author: Ernestas Kulik <ernestas kulik gmail com>
Date:   Sat Jan 9 17:15:51 2016 +0200

    Assign an icon to the application window
    
    With application menu disabled, the window displayed a generic icon,
    this commit fixes that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757841
    
    Signed-off-by: Meg Ford <megford gnome org>

 src/mainWindow.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 3f8b4a0..e76991c 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -101,7 +101,8 @@ const MainWindow = new Lang.Class({
                                        default_height: 480,
                                        default_width: 780,
                                        hexpand: true,
-                                       vexpand:true });
+                                       vexpand: true,
+                                       icon_name: "gnome-sound-recorder" });
         this.parent(params);
 
         header = new Gtk.HeaderBar({ hexpand: true,


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