resources: Use /org/gnome prefix and adapt to changes
In preparation to moving to GNOME all the IDs, DBus object paths, etc should change.
This commit is contained in:
committed by
Evangelos Ribeiro Tzaras
parent
bd9dd8475f
commit
6e371d2f3f
@@ -145,7 +145,7 @@ calls_contacts_box_class_init (CallsContactsBoxClass *klass)
|
||||
{
|
||||
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
|
||||
|
||||
gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/calls/ui/contacts-box.ui");
|
||||
gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/Calls/ui/contacts-box.ui");
|
||||
gtk_widget_class_bind_template_child (widget_class, CallsContactsBox, contacts_listbox);
|
||||
gtk_widget_class_bind_template_child (widget_class, CallsContactsBox, contacts_frame);
|
||||
gtk_widget_class_bind_template_child (widget_class, CallsContactsBox, search_entry);
|
||||
|
||||
Reference in New Issue
Block a user