From 7a5cee4ff3dcad9079f1f39505319e114d4ce2af Mon Sep 17 00:00:00 2001 From: Giuseppe Penone Date: Mon, 3 Jun 2024 21:04:40 +0100 Subject: [PATCH] just recorded url of issue created on gitlab gtksourceviewmm (#2518) --- src/ct/ct_app.cc | 3 ++- src/ct/ct_app.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ct/ct_app.cc b/src/ct/ct_app.cc index e6f54fb16..94f78359b 100644 --- a/src/ct/ct_app.cc +++ b/src/ct/ct_app.cc @@ -1,7 +1,7 @@ /* * ct_app.cc * - * Copyright 2009-2022 + * Copyright 2009-2024 * Giuseppe Penone * Evgenii Gurianov * @@ -35,6 +35,7 @@ CtApp::CtApp(const Glib::ustring application_id_postfix) : Gtk::Application{Glib::ustring{"net.giuspen.cherrytree"} + application_id_postfix, Gio::APPLICATION_HANDLES_OPEN} { CtApp::inside_gsv_init = true; + // https://gitlab.gnome.org/GNOME/gtksourceviewmm/-/issues/6 // on windows, msys2 -> [gtk] [critical] Class::register_derived_type(): base_query.type_name is NULL. // on mac os, mac ports reported a crash -> https://github.com/giuspen/cherrytree/issues/2518 Gsv::init(); diff --git a/src/ct/ct_app.h b/src/ct/ct_app.h index 3bd66862f..e17b77578 100644 --- a/src/ct/ct_app.h +++ b/src/ct/ct_app.h @@ -1,7 +1,7 @@ /* * ct_app.h * - * Copyright 2009-2022 + * Copyright 2009-2024 * Giuseppe Penone * Evgenii Gurianov *