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:
Evangelos Ribeiro Tzaras
2021-07-10 04:15:22 +02:00
committed by Evangelos Ribeiro Tzaras
parent bd9dd8475f
commit 6e371d2f3f
13 changed files with 15 additions and 15 deletions

View File

@@ -127,7 +127,7 @@ calls_contacts_row_class_init (CallsContactsRowClass *klass)
object_class->dispose = calls_contacts_row_dispose;
gtk_widget_class_set_template_from_resource (widget_class,
"/sm/puri/calls/"
"/org/gnome/Calls/"
"ui/contacts-row.ui");
gtk_widget_class_bind_template_child (widget_class, CallsContactsRow, avatar);
gtk_widget_class_bind_template_child (widget_class, CallsContactsRow, title);