summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-navigation-window-ui.xml1
-rw-r--r--src/nautilus-property-browser.c3
-rw-r--r--src/nautilus-spatial-window-ui.xml1
3 files changed, 2 insertions, 3 deletions
diff --git a/src/nautilus-navigation-window-ui.xml b/src/nautilus-navigation-window-ui.xml
index ab3ce0565..71f5ecf01 100644
--- a/src/nautilus-navigation-window-ui.xml
+++ b/src/nautilus-navigation-window-ui.xml
@@ -84,7 +84,6 @@
<menuitem name="Go to Templates"
_label="_Templates"
_tip="Go to templates folder"
- pixtype="stock" pixname="gnome-fs-client"
verb="Go to Templates"/>
<menuitem name="Go to Trash"
_label="_Trash"
diff --git a/src/nautilus-property-browser.c b/src/nautilus-property-browser.c
index 6aa1c957b..81cf4fcb0 100644
--- a/src/nautilus-property-browser.c
+++ b/src/nautilus-property-browser.c
@@ -678,7 +678,8 @@ ensure_uri_is_image (const char *uri)
GNOME_VFS_FILE_INFO_GET_MIME_TYPE
| GNOME_VFS_FILE_INFO_FOLLOW_LINKS);
is_image = eel_istr_has_prefix (file_info->mime_type, "image/")
- && eel_strcasecmp (file_info->mime_type, "image/svg") != 0;
+ && eel_strcasecmp (file_info->mime_type, "image/svg") != 0
+ && eel_strcasecmp (file_info->mime_type, "image/svg+xml") != 0;
gnome_vfs_file_info_unref (file_info);
return is_image;
}
diff --git a/src/nautilus-spatial-window-ui.xml b/src/nautilus-spatial-window-ui.xml
index e789e918d..686ebd269 100644
--- a/src/nautilus-spatial-window-ui.xml
+++ b/src/nautilus-spatial-window-ui.xml
@@ -47,7 +47,6 @@
<menuitem name="Go to Templates"
_label="_Templates"
_tip="Go to templates folder"
- pixtype="stock" pixname="gnome-fs-client"
verb="Go to Templates"/>
<menuitem name="Go to Trash"
_label="_Trash"