diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/editor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/editor.c b/src/gui/editor.c index 1d4190f..1a58b90 100644 --- a/src/gui/editor.c +++ b/src/gui/editor.c @@ -332,6 +332,8 @@ static void connect_all_editor_signals(GtkBuilder *builder, GObject *obj, const { if (g_module_supported()) module = g_module_open(NULL, G_MODULE_BIND_LAZY); + else + module = NULL; if (module == NULL) { |