shell: Rename .ui files to match .c files

To keep it clean and well organized, rename the .ui files
(window.ui and panel-list.ui) to have the 'cc-' prefix and
match their .c counterparts.
This commit is contained in:
Georges Basile Stavracas Neto 2018-07-16 22:14:36 -03:00 committed by Benjamin Berg
parent a8be6b8c88
commit a8673b06c7
7 changed files with 8 additions and 8 deletions

View file

@ -753,7 +753,7 @@ cc_panel_list_class_init (CcPanelListClass *klass)
g_object_class_install_properties (object_class, N_PROPS, properties);
gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/ControlCenter/gtk/panel-list.ui");
gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/ControlCenter/gtk/cc-panel-list.ui");
gtk_widget_class_bind_template_child (widget_class, CcPanelList, details_listbox);
gtk_widget_class_bind_template_child (widget_class, CcPanelList, details_row);