[notification-daemon] Add label for our themes and not for others
- From: William Jon McCann <mccann src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [notification-daemon] Add label for our themes and not for others
- Date: Sat, 16 Jan 2010 20:45:07 +0000 (UTC)
commit b9f4099031205f4925d6a8342513148900196a7f
Author: William Jon McCann <jmccann redhat com>
Date: Sat Jan 16 13:03:11 2010 -0500
Add label for our themes and not for others
src/capplet/notification-properties.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/capplet/notification-properties.c b/src/capplet/notification-properties.c
index f68846b..f807809 100644
--- a/src/capplet/notification-properties.c
+++ b/src/capplet/notification-properties.c
@@ -324,8 +324,8 @@ notification_properties_dialog_setup_themes(NotificationAppletDialog *dialog)
theme_name = get_theme_name(filename);
/* FIXME: other solution than hardcode? */
- if (g_str_equal(theme_name, "ubuntu"))
- theme_label = g_strdup(_("Ubuntu theme"));
+ if (g_str_equal(theme_name, "slider"))
+ theme_label = g_strdup(_("Slider"));
else if (g_str_equal(theme_name, "standard"))
theme_label = g_strdup(_("Standard theme"));
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]