From 2a9224d89b6b896aaa356f440383d28ae99f8aa7 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 20 Jun 2018 13:01:47 +0300 Subject: [PATCH] Content: Change the user-facing string of the home stack. --- hammond-gtk/src/stacks/content.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammond-gtk/src/stacks/content.rs b/hammond-gtk/src/stacks/content.rs index c63d640..e45c541 100644 --- a/hammond-gtk/src/stacks/content.rs +++ b/hammond-gtk/src/stacks/content.rs @@ -24,7 +24,7 @@ impl Content { let home = Rc::new(RefCell::new(HomeStack::new(sender.clone())?)); let shows = Rc::new(RefCell::new(ShowStack::new(sender.clone())?)); - stack.add_titled(&home.borrow().get_stack(), "home", "Recent"); + stack.add_titled(&home.borrow().get_stack(), "home", "New"); stack.add_titled(&shows.borrow().get_stack(), "shows", "Shows"); Ok(Content {