Skip to content
Snippets Groups Projects
Commit b20389c8 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Fix webview not showing up

parent 5da3c9e3
No related branches found
No related tags found
No related merge requests found
Pipeline #2843 failed
# SPDX-FileCopyrightText: 2016-2020 Bruce Cowan <bruce@bcowan.me.uk>
#
# SPDX-License-Identifier: CC0-1.0
project('wordsearch', 'c', version: '0.4.0',
project('wordsearch', 'c', version: '0.4.1',
default_options: ['c_std=gnu11', 'warning_level=3']
)
......
......@@ -62,7 +62,7 @@ on_activate ( GApplication *app,
if (!window)
window = glob_app_window_new (GTK_APPLICATION (app));
gtk_window_present (GTK_WINDOW (window));
gtk_widget_show_all (GTK_WIDGET (window));
}
int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment