From 3c705c14c26f28f0b9771777a3b6c14439acf78c Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 5 Aug 2024 21:03:55 +0300 Subject: [PATCH] use G_APPLICATION --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f9a9d15..1a94054 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,9 @@ int main( // Connect the "activate" signal to the callback function g_signal_connect( - application, + G_APPLICATION( + application + ), "activate", G_CALLBACK( activate