summaryrefslogtreecommitdiff
path: root/src/contacts-list-pane.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-list-pane.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-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 ec77f0b..e85d74d 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/ui/contacts-list-pane.ui")]
+[GtkTemplate (ui = "/org/gnome/Contacts/ui/contacts-list-pane.ui")]
public class Contacts.ListPane : Frame {
private Store store;