diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 23:32:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 23:32:51 (GMT) |
commit | e0614e482b3ca3faf43e296bb70348be0d651394 (patch) | |
tree | e1f3f9c9fcf3ff3605d7b71b50a42619768a8b4f /plugins/pynb/core-ui.c | |
parent | 1198887f998ac1c09d4e42a9aed937b6c1b31e56 (diff) |
Update comments and fix code.gtk4
Diffstat (limited to 'plugins/pynb/core-ui.c')
-rw-r--r-- | plugins/pynb/core-ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pynb/core-ui.c b/plugins/pynb/core-ui.c index 489284c..dd49a83 100644 --- a/plugins/pynb/core-ui.c +++ b/plugins/pynb/core-ui.c @@ -81,7 +81,7 @@ static tweak_info_t *g_python_notebook_plugin_ui_get_tweak_info(const GTweakable /* ---------------------------------------------------------------------------------- */ -/* Indique le type défini pour un greffon de liaison Python */ +/* Indique le type défini pour une présentation de notes texte et code Python. */ G_DEFINE_TYPE_WITH_CODE(GPythonNotebookPluginUI, g_python_notebook_plugin_ui, G_TYPE_NATIVE_PLUGIN, G_IMPLEMENT_INTERFACE(G_TYPE_TWEAKABLE_PLUGIN, g_python_notebook_plugin_ui_tweakable_plugin_interface_init)); @@ -350,7 +350,7 @@ static tweak_info_t *g_python_notebook_plugin_ui_get_tweak_info(const GTweakable tweak_info_t infos[] = { TWEAK_SIMPLE_DEF("root", "Basics", - "pynb-symbolic", "pynotebook", "Notebook", GTK_TYPE_PYTHON_NOTEBOOK_PANEL_PANEL), + "pynb-symbolic", "pynotebook", "Notebook", GTK_TYPE_PYTHON_NOTEBOOK_TWEAK_PANEL), }; *count = 1; |