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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user