* Change NA_EDITED notifier to NA_ADDED, as suggested by Sergey. (r60414 follow up)

This commit is contained in:
Thomas Dinges 2013-09-30 22:53:56 +00:00
parent 7d344dd3a0
commit e28bd0d302

@ -1804,7 +1804,7 @@ static int image_new_exec(bContext *C, wmOperator *op)
BKE_image_signal(ima, (sima) ? &sima->iuser : NULL, IMA_SIGNAL_USER_NEW_IMAGE);
WM_event_add_notifier(C, NC_IMAGE | NA_EDITED, ima);
WM_event_add_notifier(C, NC_IMAGE | NA_ADDED, ima);
return OPERATOR_FINISHED;
}