[gnome-documents] mainWindow: don't set window title explicitly



commit ed7e9eeaf2ab01ac004e1ba6b50d83c049289d3a
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Sep 3 11:26:25 2016 -0700

    mainWindow: don't set window title explicitly
    
    We already set the application name depending on the mode. Don't
    explicitly set the window title here, so that the application name will
    be used by default.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=770757

 src/mainWindow.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index 4974267..fe40c76 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -48,8 +48,7 @@ const MainWindow = new Lang.Class({
                       width_request: _WINDOW_MIN_WIDTH,
                       height_request: _WINDOW_MIN_HEIGHT,
                       window_position: Gtk.WindowPosition.CENTER,
-                      show_menubar: false,
-                      title: _("Documents") });
+                      show_menubar: false });
 
         // apply the last saved window size and position
         let size = Application.settings.get_value('window-size');


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