diff options
Diffstat (limited to 'lib/widgets/ephy-editable-toolbar.c')
-rwxr-xr-x | lib/widgets/ephy-editable-toolbar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/ephy-editable-toolbar.c b/lib/widgets/ephy-editable-toolbar.c index 59f527476..86d19de15 100755 --- a/lib/widgets/ephy-editable-toolbar.c +++ b/lib/widgets/ephy-editable-toolbar.c @@ -224,6 +224,8 @@ add_action (EphyEditableToolbar *t, ItemNode *item; GNode *node; + LOG ("Add action, type %s, name %s", type, name) + separator = (strcmp (name, "separator") == 0); if (!separator) { |