[ease] [welcome] Use the theme's title as its preview title
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] [welcome] Use the theme's title as its preview title
- Date: Mon, 9 Aug 2010 21:19:35 +0000 (UTC)
commit 6098863997eccca67335d69832d07cbce81c132c
Author: Nate Stedman <natesm gmail com>
Date: Mon Aug 9 17:18:51 2010 -0400
[welcome] Use the theme's title as its preview title
ease/ease-welcome-actor.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ease/ease-welcome-actor.vala b/ease/ease-welcome-actor.vala
index 9b7b2f2..d03a43e 100644
--- a/ease/ease-welcome-actor.vala
+++ b/ease/ease-welcome-actor.vala
@@ -231,7 +231,7 @@ internal class Ease.WelcomeActor : Clutter.Group
switch (element.identifier)
{
case Theme.TITLE_TEXT:
- (element as TextElement).text = "Hello World!";
+ (element as TextElement).text = theme.title;
break;
case Theme.AUTHOR_TEXT:
(element as TextElement).text = Environment.get_real_name();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]