diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-04-25 17:21:25 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-04-25 17:21:25 (GMT) |
commit | bc64e2e7537d714b67697cced7215ff819b0a23e (patch) | |
tree | 3ff67039fe628d166995342ab16a328c73eaebca /Swiften/AdHoc/OutgoingAdHocCommandSession.h | |
parent | 3727dd9632007bc97962156bd131f6c8c977a7ba (diff) | |
download | swift-bc64e2e7537d714b67697cced7215ff819b0a23e.zip swift-bc64e2e7537d714b67697cced7215ff819b0a23e.tar.bz2 |
No Ad-Hoc buttons once command is completed
Diffstat (limited to 'Swiften/AdHoc/OutgoingAdHocCommandSession.h')
-rw-r--r-- | Swiften/AdHoc/OutgoingAdHocCommandSession.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/AdHoc/OutgoingAdHocCommandSession.h b/Swiften/AdHoc/OutgoingAdHocCommandSession.h index fcc93e7..f4b5242 100644 --- a/Swiften/AdHoc/OutgoingAdHocCommandSession.h +++ b/Swiften/AdHoc/OutgoingAdHocCommandSession.h @@ -73,6 +73,7 @@ namespace Swift { * This is useful for a UI to determine which buttons should be visible, * and which enabled. * Use for Next, Prev, Cancel and Complete only. + * If no actions are available, the command has completed. */ ActionState getActionState(Command::Action action); private: |