summaryrefslogtreecommitdiff
path: root/src/contacts-list-pane.vala
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2014-05-31 15:26:13 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2014-05-31 15:26:13 -0400
commitf90dfb8c76f4727b903e617f6b4f456eca26ad74 (patch)
tree572053e32314f9d94203679fb6e7ec1cedecc41c /src/contacts-list-pane.vala
parente7a5d258df820214e02b7b1a4a823357ff4dcb96 (diff)
downloadgnome-contacts-f90dfb8c76f4727b903e617f6b4f456eca26ad74.tar.gz
build: move resource files into data subdir
Diffstat (limited to 'src/contacts-list-pane.vala')
-rw-r--r--src/contacts-list-pane.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index c2b9948..4606d0f 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -20,7 +20,7 @@ using Gee;
using Gtk;
using Folks;
-[GtkTemplate (ui = "/org/gnome/contacts/contacts-list-pane.ui")]
+[GtkTemplate (ui = "/org/gnome/contacts/ui/contacts-list-pane.ui")]
public class Contacts.ListPane : Frame {
private Store _store;
public Store store {