[nautilus] Correctly detect the type of software
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Correctly detect the type of software
- Date: Tue, 14 Aug 2012 16:52:57 +0000 (UTC)
commit efa6746816830f1e132220d0d70db40844f6186c
Author: William Jon McCann <jmccann redhat com>
Date: Tue Aug 14 12:37:43 2012 -0400
Correctly detect the type of software
src/nautilus-x-content-bar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-x-content-bar.c b/src/nautilus-x-content-bar.c
index 463ffc5..fae3767 100644
--- a/src/nautilus-x-content-bar.c
+++ b/src/nautilus-x-content-bar.c
@@ -107,7 +107,7 @@ get_message_for_x_content_type (const char *x_content_type)
message = g_strdup (_("Contains digital photos"));
} else if (strcmp (x_content_type, "x-content/audio-player") == 0) {
message = g_strdup (_("Contains music"));
- } else if (strcmp (x_content_type, "x-content/software") == 0) {
+ } else if (strcmp (x_content_type, "x-content/unix-software") == 0) {
message = g_strdup (_("Contains software"));
} else {
/* fallback to generic greeting */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]