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

@@ -577,7 +577,7 @@ calls_call_window_class_init (CallsCallWindowClass *klass)
object_class->notify = notify;
#endif // CALLS_WAYLAND
gtk_widget_class_set_template_from_resource (widget_class, "/sm/puri/calls/ui/call-window.ui");
gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/Calls/ui/call-window.ui");
gtk_widget_class_bind_template_child (widget_class, CallsCallWindow, in_app_notification);
gtk_widget_class_bind_template_child (widget_class, CallsCallWindow, main_stack);
gtk_widget_class_bind_template_child (widget_class, CallsCallWindow, header_bar_stack);