mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
add missed dt
This commit is contained in:
parent
61cbd8469b
commit
cc262ea69d
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@ YodaBrowser::YodaBrowser(
|
||||||
GtkApplication *application
|
GtkApplication *application
|
||||||
) {
|
) {
|
||||||
this->gtk = gtk_application_window_new(
|
this->gtk = gtk_application_window_new(
|
||||||
application
|
GTK_APPLICATION(
|
||||||
|
application
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
gtk_window_set_title(
|
gtk_window_set_title(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue