[dconf-editor] Rename registry-view.ui file.



commit 7a8414c7d1f19573a53478aca84451359fdd016f
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Dec 18 18:25:17 2018 +0100

    Rename registry-view.ui file.
    
    It contains for some time the base template of RegistryList.

 editor/dconf-editor.gresource.xml             | 2 +-
 editor/meson.build                            | 2 +-
 editor/{registry-view.ui => registry-list.ui} | 0
 editor/registry-list.vala                     | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/editor/dconf-editor.gresource.xml b/editor/dconf-editor.gresource.xml
index 4dd5187..2c8495c 100644
--- a/editor/dconf-editor.gresource.xml
+++ b/editor/dconf-editor.gresource.xml
@@ -25,8 +25,8 @@
     <file preprocess="xml-stripblanks">pathwidget.ui</file>
     <file preprocess="xml-stripblanks">property-row.ui</file>
     <file preprocess="xml-stripblanks">registry-info.ui</file>
+    <file preprocess="xml-stripblanks">registry-list.ui</file>
     <file preprocess="xml-stripblanks">registry-placeholder.ui</file>
-    <file preprocess="xml-stripblanks">registry-view.ui</file>
     <file preprocess="xml-stripblanks">return-list-box-row.ui</file>
     <file preprocess="xml-stripblanks">search-list-box-row.ui</file>
     <file preprocess="xml-stripblanks">short-pathbar.ui</file>
diff --git a/editor/meson.build b/editor/meson.build
index 2f1e58c..2938df8 100644
--- a/editor/meson.build
+++ b/editor/meson.build
@@ -136,8 +136,8 @@ resource_data = files(
   'pathwidget.ui',
   'property-row.ui',
   'registry-info.ui',
+  'registry-list.ui',
   'registry-placeholder.ui',
-  'registry-view.ui',
   'return-list-box-row.ui',
   'search-list-box-row.ui',
   'short-pathbar.ui'
diff --git a/editor/registry-view.ui b/editor/registry-list.ui
similarity index 100%
rename from editor/registry-view.ui
rename to editor/registry-list.ui
diff --git a/editor/registry-list.vala b/editor/registry-list.vala
index ac0837f..cfc6c63 100644
--- a/editor/registry-list.vala
+++ b/editor/registry-list.vala
@@ -17,7 +17,7 @@
 
 using Gtk;
 
-[GtkTemplate (ui = "/ca/desrt/dconf-editor/ui/registry-view.ui")]
+[GtkTemplate (ui = "/ca/desrt/dconf-editor/ui/registry-list.ui")]
 private abstract class RegistryList : Grid, BrowsableView, AdaptativeWidget
 {
     [GtkChild] protected ListBox key_list_box;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]