[the-board] [ui] Set default window icon in MainWindow



commit 21e3a008b8ea6696a6fd09596fe41f40a1a7153d
Author: Lucas Rocha <lucasr gnome org>
Date:   Fri Jan 28 11:41:29 2011 +0000

    [ui] Set default window icon in MainWindow

 src/js/ui/mainWindow.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/js/ui/mainWindow.js b/src/js/ui/mainWindow.js
index 1a22ce9..2f34609 100644
--- a/src/js/ui/mainWindow.js
+++ b/src/js/ui/mainWindow.js
@@ -79,6 +79,8 @@ MainWindow.prototype = {
     },
 
     _createGtkWindow : function() {
+        Gtk.Window.set_default_icon_name("the-board");
+
         this._gtkWindow =
             new Gtk.Window({ type: Gtk.WindowType.TOPLEVEL,
                              typeHint: Gdk.WindowTypeHint.DIALOG,



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