[nautilus] Use the detailed type description in the properties dialog
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Use the detailed type description in the properties dialog
- Date: Mon, 17 Sep 2012 15:58:37 +0000 (UTC)
commit 6b3e193cf1c35e950e2728d783dac552be295def
Author: William Jon McCann <jmccann redhat com>
Date: Mon Sep 17 11:56:36 2012 -0400
Use the detailed type description in the properties dialog
Instead of the type category.
src/nautilus-properties-window.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index eb7d95b..f8778ce 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -1205,7 +1205,7 @@ value_field_update_internal (GtkLabel *label,
attribute_value = file_list_get_string_attribute (file_list,
attribute_name,
inconsistent_string);
- if (!strcmp (attribute_name, "type") && strcmp (attribute_value, inconsistent_string)) {
+ if (!strcmp (attribute_name, "detailed_type") && strcmp (attribute_value, inconsistent_string)) {
mime_type = file_list_get_string_attribute (file_list,
"mime_type",
inconsistent_string);
@@ -3147,7 +3147,7 @@ create_basic_page (NautilusPropertiesWindow *window)
if (should_show_file_type (window)) {
append_title_and_ellipsizing_value (window, grid,
_("Type:"),
- "type",
+ "detailed_type",
INCONSISTENT_STATE_STRING,
FALSE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]