X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fclippopup.C;h=a364947a94269793fc6db9c92221f263e97cc167;hb=a0037a8d091d11851f324c741a8fc7f314acf7dc;hp=ac432d33444bedfe144266dabedeb6fadaa2cee3;hpb=49d684c03f57629c656d81d76b84737c6449e0b4;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/clippopup.C b/cinelerra-5.1/cinelerra/clippopup.C index ac432d33..a364947a 100644 --- a/cinelerra-5.1/cinelerra/clippopup.C +++ b/cinelerra-5.1/cinelerra/clippopup.C @@ -449,6 +449,10 @@ int ClipPopupNest::handle_event() dtm.tm_year+1900, dtm.tm_mon+1, dtm.tm_mday, dtm.tm_hour, dtm.tm_min, dtm.tm_sec); clip_edl->set_path(path); + sprintf(new_clip->local_session->clip_icon, + "clip_%02d%02d%02d-%02d%02d%02d.png", + dtm.tm_year+1900, dtm.tm_mon+1, dtm.tm_mday, + dtm.tm_hour, dtm.tm_min, dtm.tm_sec); new_clip->set_path(path); new_clip->to_nested(clip_edl); int idx = edl->clips.number_of(clip);