I've finally discovered a test that for me causes a Gtk-CRITICAL error consistently.
I use my demo file for my "delete all children" function:
delAllChildren.leo (attached).
Edit delAllChildren.leo with only plugin mod_scripting.py enabled. Select
node "@button dac" and hit Ctrl-B to execute the delete-all-children. No
Gtk-CRITICAL errors occur. Now click the "dac" button. This causes
Gtk-CRITICAL errors to occur:
$ leomy delAllChildren.leo
** isPython3: False
Leo 4.11 final, build 042b3a51ba03 (branch: master), 2014-03-19 13:56:51
Python 2.7.5, qt version 4.8.4
linux2
setting leoID from os.getenv('USER'): 'bob06'
load dir: /home/ldi/git/leo-editor/leo/core
global config dir: /home/ldi/git/leo-editor/leo/config
home dir: /home/bob06
reading settings in /home/ldi/git/leo-editor/leo/config/leoSettings.leo
reading settings in /home/bob06/.leo/myLeoSettings.leo
Found /help
Abbreviations off
reading settings in /home/ldi/git/leo_misc/delAllChildren.leo
Abbreviations off
(python:2660): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion
'GTK_IS_WIDGET (widget)' failed
(python:2660): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion
'GTK_IS_WIDGET (widget)' failed
------
For me, whenever I click the "dac" button, I get the two errors above; and
whenever I execute the same code with Ctrl-B, I don't get the errors. With
all plugins disabled, there is no "dac" button and hence no errors.
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.
delAllChildren.leo
Description: Binary data
