summaryrefslogtreecommitdiff
path: root/src/contacts-accounts-list.vala
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-12-24 15:28:24 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2017-12-24 15:28:24 +0100
commitc459bb1793189660126da35e8cec640da6bd7034 (patch)
treefa8799d36d6b804d08effe8fe50abfd6c9e32731 /src/contacts-accounts-list.vala
parentc719a960958cb2743039ed4b04c4930451a5f171 (diff)
downloadgnome-contacts-c459bb1793189660126da35e8cec640da6bd7034.tar.gz
Use the conventional path for resources.
This makes Gtk+ automagically set our app menu, and it is more consistent with other apps. See [automatic resources] in GtkApplication's documentationfor more info. [automatic resources]: https://developer.gnome.org/gtk3/stable/GtkApplication.html#automatic-resources
Diffstat (limited to 'src/contacts-accounts-list.vala')
-rw-r--r--src/contacts-accounts-list.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contacts-accounts-list.vala b/src/contacts-accounts-list.vala
index 4cbadf3..0682a86 100644
--- a/src/contacts-accounts-list.vala
+++ b/src/contacts-accounts-list.vala
@@ -18,7 +18,7 @@
using Gtk;
using Folks;
-[GtkTemplate (ui = "/org/gnome/contacts/ui/contacts-accounts-list.ui")]
+[GtkTemplate (ui = "/org/gnome/Contacts/ui/contacts-accounts-list.ui")]
public class Contacts.AccountsList : Box {
[GtkChild]
private ListBox accounts_view;