gtk-ng: fix missing progress_report action
parent
2d76c105bf
commit
38f044cd87
|
|
@ -381,6 +381,7 @@ pub const Application = extern struct {
|
|||
.check_for_updates,
|
||||
.undo,
|
||||
.redo,
|
||||
.progress_report,
|
||||
=> {
|
||||
log.warn("unimplemented action={}", .{action});
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue