Skip to content
Snippets Groups Projects
Commit 70a08601 authored by Antoine Fontaine's avatar Antoine Fontaine :8ball:
Browse files

Stopped experiment

parent a5c76457
Branches
Tags
No related merge requests found
......@@ -257,14 +257,11 @@ lists_page_init (GuiWindow *self)
static void
gui_window_init (GuiWindow *self)
{
GuiDownloadableFile *child = gui_downloadable_file_new(GTK_APPLICATION(&self->parent_instance)/*, 1, ["url"], ["demo-url.fr/hi"]*/);
gtk_widget_init_template (GTK_WIDGET (self));
gtk_list_box_set_header_func (self->column_listbox, hdy_list_box_separator_header, NULL, NULL);
lists_page_init (self);
gtk_stack_add_titled (self->stack, GTK_WIDGET (&child), "demo", "Demo");
hdy_leaflet_set_visible_child_name (self->content_box, "content");
update_header_bar (self);
}
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