Commit 59d6e0f0 authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

subclass the WelcomePageWidget

parent ba2f81ad
......@@ -34,7 +34,7 @@ mod imp {
widget.add_css_class("devel");
}
self.paginator.add_page(WelcomePageWidget::new().widget);
self.paginator.add_page(WelcomePageWidget::new());
self.paginator.add_page(ImagePageWidget::new(
"/org/gnome/Tour/overview.svg",
gettext("Get an Overview"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment