[gnome-sound-recorder] mainWindow.js: Set the right icon name



commit aadc0484d89f19b8ff7f6da1cc3a569e7f607c99
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Fri Jan 11 12:00:18 2019 +0000

    mainWindow.js: Set the right icon name

 src/mainWindow.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 540ff23..db12a34 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -103,7 +103,7 @@ var MainWindow = new Lang.Class({
                                        default_width: 780,
                                        hexpand: true,
                                        vexpand: true,
-                                       icon_name: "gnome-sound-recorder" });
+                                       icon_name: "org.gnome.SoundRecorder" });
         this.parent(params);
 
         header = new Gtk.HeaderBar({ hexpand: true,


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