projects
/
goodguy
/
history.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a90ef3
)
delete stray line in last checkin
author
Good Guy
<good1.2guy@gmail.com>
Thu, 22 Feb 2018 23:54:47 +0000
(16:54 -0700)
committer
Good Guy
<good1.2guy@gmail.com>
Thu, 22 Feb 2018 23:54:47 +0000
(16:54 -0700)
cinelerra-5.1/cinelerra/clippopup.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/clippopup.C
b/cinelerra-5.1/cinelerra/clippopup.C
index db11a158ec7cf06493224dcb31c5fa7bd5bb62bc..ac432d33444bedfe144266dabedeb6fadaa2cee3 100644
(file)
--- a/
cinelerra-5.1/cinelerra/clippopup.C
+++ b/
cinelerra-5.1/cinelerra/clippopup.C
@@
-506,7
+506,6
@@
int ClipPopupUnNest::handle_event()
}
else
edl->clips.append(new_clip);
- edl->clips.add_clip(new_clip);
popup->gui->async_update_assets();
}
}