[gnome-maps/wip/jonasdn/storedRoute: 118/118] application: Append our theme path earlier
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/jonasdn/storedRoute: 118/118] application: Append our theme path earlier
- Date: Sun, 16 Aug 2015 19:18:05 +0000 (UTC)
commit 5ed45f5328a4fb6a929f623eef35c6c64f10db67
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]