Skip to content

Commit

Permalink
Fix transposed arguments in cfw:cp-set-annotation-sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzsim committed Aug 29, 2015
1 parent 812c5eb commit 4564578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calfw.el
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ SOURCES is a list of content sources."
"Set annotation sources for the component.
SOURCES is a list of annotation sources."
(cfw:model-set-annotation-sources
(cfw:component-model component) sources))
sources (cfw:component-model component)))

(defun cfw:cp-set-view (component view)
"Change the view type of the component and re-draw the content.
Expand Down

0 comments on commit 4564578

Please sign in to comment.