summaryrefslogtreecommitdiff
path: root/src/resources/nautilus.gresource.xml
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-03-09 01:36:44 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-03-09 17:15:07 +0100
commit0fec6f28c91c12b7d7d264c296986de74fca23f6 (patch)
tree033eb61f1438857dbdf667f61f14e3660fb12736 /src/resources/nautilus.gresource.xml
parent3bf5fcfc89de5c3245034ee4752392fe42291924 (diff)
downloadnautilus-0fec6f28c91c12b7d7d264c296986de74fca23f6.tar.gz
placesview: auto generate code
We have been manually copying the code inside nautilus since we introduced the places view. It has been a pain to maintain, mostly because we needed to remove the bits that only work inside gtk+ and instead either remove them or make a substitution. But that was doable. However, it reached a new level when we realized that we use the file chooser inside nautilus, for the "move to" and "copy to" actions, which create makes symbols clash. So we needed to rename all the symbols in those files. Instead of making it manually, create a shell script that fetches gtk+ repository and make the appropriate substitutions, deletions and what not. https://bugzilla.gnome.org/show_bug.cgi?id=760307
Diffstat (limited to 'src/resources/nautilus.gresource.xml')
-rw-r--r--src/resources/nautilus.gresource.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/nautilus.gresource.xml b/src/resources/nautilus.gresource.xml
index 9463849a2..0acbc708a 100644
--- a/src/resources/nautilus.gresource.xml
+++ b/src/resources/nautilus.gresource.xml
@@ -17,8 +17,8 @@
<file>ui/nautilus-no-search-results.ui</file>
<file>ui/nautilus-folder-is-empty.ui</file>
<file>gtk/help-overlay.ui</file>
- <file alias="gtk/gtkplacesview.ui">../gtk/gtkplacesview.ui</file>
- <file alias="gtk/gtkplacesviewrow.ui">../gtk/gtkplacesviewrow.ui</file>
+ <file alias="gtk/ui/nautilusgtkplacesview.ui">../gtk/nautilusgtkplacesview.ui</file>
+ <file alias="gtk/ui/nautilusgtkplacesviewrow.ui">../gtk/nautilusgtkplacesviewrow.ui</file>
<file alias="icons/thumbnail_frame.png">../../icons/thumbnail_frame.png</file>
<file alias="icons/filmholes.png">../../icons/filmholes.png</file>
<file alias="icons/knob.png">../../icons/knob.png</file>