diff --git a/hammond-gtk/src/widgets/show.rs b/hammond-gtk/src/widgets/show.rs index 31917d6..fc3ac7f 100644 --- a/hammond-gtk/src/widgets/show.rs +++ b/hammond-gtk/src/widgets/show.rs @@ -339,8 +339,7 @@ fn dim_titles(episodes: >k::ListBox) -> Option<()> { .downcast::() .ok()?; let bar = foo.get_children().remove(0).downcast::().ok()?; - let baz = bar.get_children().remove(0).downcast::().ok()?; - let title = baz.get_children().remove(0).downcast::().ok()?; + let title = bar.get_children().remove(0).downcast::().ok()?; title.get_style_context().map(|c| c.add_class("dim-label")); }