summaryrefslogtreecommitdiff
path: root/src/routeEntry.js
diff options
context:
space:
mode:
authorDamián Nohales <damiannohales@gmail.com>2014-12-22 17:28:57 -0300
committerJonas Danielsson <jonas@threetimestwo.org>2015-01-05 04:15:50 -0500
commit7abe864ae5ff63782c0680d18ef5a3e3b66ad899 (patch)
tree91942f8fd550600889fc99b3959444ba46248003 /src/routeEntry.js
parentf4465af7d0f87c1bdd71bf9ef07714fff86437a8 (diff)
downloadgnome-maps-7abe864ae5ff63782c0680d18ef5a3e3b66ad899.tar.gz
Unify resource namespace and move ui files to data/ui
https://bugzilla.gnome.org/show_bug.cgi?id=733411
Diffstat (limited to 'src/routeEntry.js')
-rw-r--r--src/routeEntry.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routeEntry.js b/src/routeEntry.js
index 791ba691..ed6ed69f 100644
--- a/src/routeEntry.js
+++ b/src/routeEntry.js
@@ -35,7 +35,7 @@ const Type = {
const RouteEntry = new Lang.Class({
Name: 'RouteEntry',
Extends: Gtk.Grid,
- Template: 'resource:///org/gnome/maps/route-entry.ui',
+ Template: 'resource:///org/gnome/Maps/ui/route-entry.ui',
Children: [ 'iconEventBox' ],
InternalChildren: [ 'entryGrid',
'icon',