mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-06-27 18:08:39 +02:00
fix bouquet creation
This commit is contained in:
@@ -296,7 +296,7 @@ class MainAppWindow:
|
||||
if response == Gtk.ResponseType.CANCEL:
|
||||
return
|
||||
|
||||
bq = response, bq_type
|
||||
bq = response, None, None, bq_type
|
||||
key = "{}:{}".format(response, bq_type)
|
||||
|
||||
if model.iter_n_children(itr): # parent
|
||||
|
||||
Reference in New Issue
Block a user