[gnome-maps] application: Append our theme path earlier
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] application: Append our theme path earlier
- Date: Sun, 16 Aug 2015 19:21:33 +0000 (UTC)
commit 6baecfe42f2ec6960bbd2e1111d1d3ded7c4581c
Author: Jonas Danielsson <jonas threetimestwo org>
Date: Sun Aug 16 20:06:38 2015 +0200
application: Append our theme path earlier
src/application.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 375633f..1903336 100644
--- a/src/application.js
+++ b/src/application.js
@@ -187,6 +187,8 @@ const Application = new Lang.Class({
}
});
+ Gtk.IconTheme.get_default().append_search_path(GLib.build_filenamev([pkg.pkgdatadir,
+ 'icons']));
this._initPlaceStore();
this._initAppMenu();
},
@@ -208,8 +210,6 @@ const Application = new Lang.Class({
if (this._mainWindow)
return;
- Gtk.IconTheme.get_default().append_search_path(GLib.build_filenamev([pkg.pkgdatadir,
- 'icons']));
let overlay = new Gtk.Overlay({ visible: true, can_focus: false });
notificationManager = new NotificationManager.NotificationManager(overlay);
this._mainWindow = new MainWindow.MainWindow({ application: this,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]