[gnome-music] Release 3.16.0



commit 52144c15f98f616d47083fc009afc1e1fff33f89
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Mar 23 14:18:11 2015 +0100

    Release 3.16.0

 INSTALL               |    4 ++--
 NEWS                  |   13 +++++++++++++
 gnomemusic/toolbar.py |    4 +++-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 2099840..007e939 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,8 +12,8 @@ without warranty of any kind.
 Basic Installation
 ==================
 
-   Briefly, the shell command `./configure && make && make install'
-should configure, build, and install this package.  The following
+   Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff --git a/NEWS b/NEWS
index 651c89b..5eac127 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes in 3.16.0
+=============================
+
+Translations updated:
+ Basque language
+ Finnish  update
+ Fix a syntax error in desktop file keywords Bosnian
+ Indonesian
+ Tajik
+ Update Aragonese
+ Update Catalan
+
+
 Overview of changes in 3.15.92
 =============================
 
diff --git a/gnomemusic/toolbar.py b/gnomemusic/toolbar.py
index 6ef1bcb..511959b 100644
--- a/gnomemusic/toolbar.py
+++ b/gnomemusic/toolbar.py
@@ -28,7 +28,8 @@
 # delete this exception statement from your version.
 
 
-from gi.repository import Gtk, GObject
+from gi.repository import Gtk, GObject, GLib
+from gettext import gettext as _
 
 from gnomemusic.searchbar import Searchbar, DropDown
 
@@ -136,6 +137,7 @@ class Toolbar(GObject.GObject):
         elif self._state != ToolbarState.MAIN:
             self.header_bar.set_custom_title(None)
         else:
+            GLib.set_application_name(_("Music"))
             self.reset_header_title()
 
         self._search_button.set_visible(self._state != ToolbarState.SEARCH_VIEW)


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