Skip to content

Commit

Permalink
Put plugin directly in <Image>File/Create
Browse files Browse the repository at this point in the history
Don't put the plug in a "Python-Fu" sub-directory as it
slows down execution by requiring the user to navigate
yet another level in the menu hierarchy. Also the choice
of programming language a plugin was written in, is pretty
much irrelevant to a user running it.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
  • Loading branch information
berrange committed Aug 15, 2016
1 parent c74bf93 commit 88d90bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def startrail(frames, use_dark_frames, dark_frames, save_intermediate, save_dire
],
[],
startrail,
menu="<Image>/File/Create/Python-Fu",
menu="<Image>/File/Create",
domain=("gimp20-template", locale_directory)
)

Expand Down

0 comments on commit 88d90bf

Please sign in to comment.