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:
parent
a8be6b8c88
commit
a8673b06c7
7 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue