Skip to content

Commit

Permalink
just recorded url of issue created on gitlab gtksourceviewmm (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuspen committed Jun 3, 2024
1 parent 4b4b905 commit 7a5cee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ct/ct_app.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ct_app.cc
*
* Copyright 2009-2022
* Copyright 2009-2024
* Giuseppe Penone <giuspen@gmail.com>
* Evgenii Gurianov <https://github.com/txe>
*
Expand Down Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion src/ct/ct_app.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* ct_app.h
*
* Copyright 2009-2022
* Copyright 2009-2024
* Giuseppe Penone <giuspen@gmail.com>
* Evgenii Gurianov <https://github.com/txe>
*
Expand Down

0 comments on commit 7a5cee4

Please sign in to comment.