Update to 3.9.91
This commit is contained in:
parent
5f89cfb6ce
commit
10664ef02c
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@ gnome-shell-2.31.5.tar.bz2
|
|||||||
/gnome-shell-3.9.4.tar.xz
|
/gnome-shell-3.9.4.tar.xz
|
||||||
/gnome-shell-3.9.5.tar.xz
|
/gnome-shell-3.9.5.tar.xz
|
||||||
/gnome-shell-3.9.90.tar.xz
|
/gnome-shell-3.9.90.tar.xz
|
||||||
|
/gnome-shell-3.9.91.tar.xz
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
+++ b/js/ui/appFavorites.js
|
+++ b/js/ui/appFavorites.js
|
||||||
@@ -24,6 +24,12 @@ const AppFavorites = new Lang.Class({
|
@@ -24,6 +24,12 @@ const AppFavorites = new Lang.Class({
|
||||||
|
|
||||||
_reload: function() {
|
reload: function() {
|
||||||
let ids = global.settings.get_strv(this.FAVORITE_APPS_KEY);
|
let ids = global.settings.get_strv(this.FAVORITE_APPS_KEY);
|
||||||
+ // Fedora: Replace old mozilla-firefox.desktop with firefox.desktop,
|
+ // Fedora: Replace old mozilla-firefox.desktop with firefox.desktop,
|
||||||
+ for (let i = 0; i < ids.length; i++) {
|
+ for (let i = 0; i < ids.length; i++) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 3.9.90
|
Version: 3.9.91
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Window management and application launching for GNOME
|
Summary: Window management and application launching for GNOME
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ Patch1: gnome-shell-favourite-apps-firefox.patch
|
|||||||
%define gnome_bluetooth_version 1:3.9.0
|
%define gnome_bluetooth_version 1:3.9.0
|
||||||
%define gobject_introspection_version 0.10.1
|
%define gobject_introspection_version 0.10.1
|
||||||
%define gjs_version 1.35.4
|
%define gjs_version 1.35.4
|
||||||
%define mutter_version 3.9.90
|
%define mutter_version 3.9.91
|
||||||
%define eds_version 3.5.3
|
%define eds_version 3.5.3
|
||||||
%define gnome_desktop_version 3.7.90
|
%define gnome_desktop_version 3.7.90
|
||||||
%define gnome_menus_version 3.5.3
|
%define gnome_menus_version 3.5.3
|
||||||
@ -177,6 +177,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
|
|||||||
%exclude %{_datadir}/gtk-doc
|
%exclude %{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 03 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.91-1
|
||||||
|
- Update to 3.9.91
|
||||||
|
|
||||||
* Thu Aug 22 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.90-1
|
* Thu Aug 22 2013 Florian Müllner <fmuellner@redhat.com> - 3.9.90-1
|
||||||
- Update to 3.9.90
|
- Update to 3.9.90
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user