[gnome-documents] Finalize removal of Books
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] Finalize removal of Books
- Date: Tue, 5 Feb 2019 17:14:20 +0000 (UTC)
commit d38668b70eef91e04114d753d1e1c4592736be1b
Author: Christopher Davis <brainblasted disroot org>
Date: Tue Feb 5 12:12:29 2019 -0500
Finalize removal of Books
One thing left behind when removing Books was `org.gnome.Books.in`. We no longer need this. In addition,
the removal of setting the "application" variable was missed, so it was never initialized, breaking
Document's startup.
NEWS | 19 +++++++++++++++++++
src/application.js | 1 +
src/org.gnome.Books.in | 6 ------
3 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4030f576..bb737b89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.31.90
+=======
+* Updated menus for 3.32 recommendations
+* Bugs fixed:
+ - #11 Documents/Books hang if any of the XDG_*_DIR vars are not defined
+ - #12 Doesn't show any documents when started through search provider
+ - #21 Flatpak builds broken due to meson
+ - #30 Night/black mode should also invert color of black/white paper pages
+
+* Translation updates:
+ - Greek
+ - Spanish
+ - Swedish
+ - ja
+ - zh_TW
+ - af
+ - ml
+ - eo
+
3.30.0 - "Shinwell"
===================
diff --git a/src/application.js b/src/application.js
index f336ef72..23a959b1 100644
--- a/src/application.js
+++ b/src/application.js
@@ -337,6 +337,7 @@ var Application = new Lang.Class({
},
vfunc_startup: function() {
+ application = this;
this.parent();
String.prototype.format = Format.format;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]