Skip to content

Commit

Permalink
prefs: Move the custom icons to xapps
Browse files Browse the repository at this point in the history
This allows us to share and update them more easily across multiple
applications
  • Loading branch information
JosephMcc authored and mtwebster committed Sep 3, 2018
1 parent 83b486f commit 07cca01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions data/icons/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ publicIcons = [
'hicolor/actions/scalable/expand-menu-hover-symbolic.svg',
'hicolor/actions/scalable/collapse-menu-symbolic.svg',
'hicolor/actions/scalable/collapse-menu-hover-symbolic.svg',
'hicolor/categories/scalable/nemo-prefs-behavior-symbolic.svg',
'hicolor/categories/scalable/nemo-prefs-display-symbolic.svg',
'hicolor/categories/scalable/nemo-prefs-plugins-symbolic.svg',
'hicolor/categories/scalable/nemo-prefs-preview-symbolic.svg',
'hicolor/categories/scalable/nemo-prefs-toolbar-symbolic.svg',
'hicolor/devices/scalable/drive-removable-media-usb-symbolic.svg',
'hicolor/status/48x48/progress-0.png',
'hicolor/status/48x48/progress-10.png',
Expand Down
10 changes: 5 additions & 5 deletions gresources/nemo-file-management-properties.glade
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@
<packing>
<property name="name">behavior</property>
<property name="title" translatable="yes">Behavior</property>
<property name="icon_name">nemo-prefs-behavior-symbolic</property>
<property name="icon_name">xapp-prefs-behavior-symbolic</property>
<property name="position">1</property>
</packing>
</child>
Expand Down Expand Up @@ -2195,7 +2195,7 @@
<packing>
<property name="name">display</property>
<property name="title" translatable="yes">Display</property>
<property name="icon_name">nemo-prefs-display-symbolic</property>
<property name="icon_name">xapp-prefs-display-symbolic</property>
<property name="position">2</property>
</packing>
</child>
Expand Down Expand Up @@ -2776,7 +2776,7 @@
<packing>
<property name="name">preview</property>
<property name="title" translatable="yes">Preview</property>
<property name="icon_name">nemo-prefs-preview-symbolic</property>
<property name="icon_name">xapp-prefs-preview-symbolic</property>
<property name="position">4</property>
</packing>
</child>
Expand Down Expand Up @@ -3332,7 +3332,7 @@
<packing>
<property name="name">toolbar</property>
<property name="title" translatable="yes">Toolbar</property>
<property name="icon_name">nemo-prefs-toolbar-symbolic</property>
<property name="icon_name">xapp-prefs-toolbar-symbolic</property>
<property name="position">5</property>
</packing>
</child>
Expand Down Expand Up @@ -3360,7 +3360,7 @@
<packing>
<property name="name">plugins</property>
<property name="title" translatable="yes">Plugins</property>
<property name="icon_name">nemo-prefs-plugins-symbolic</property>
<property name="icon_name">xapp-prefs-plugins-symbolic</property>
<property name="position">6</property>
</packing>
</child>
Expand Down

0 comments on commit 07cca01

Please sign in to comment.