commands: Use prompt_user() instead of signalling information
commit31266c7ee27fdc289216cfeee77fdea6214323fd
authorDavid Aguilar <davvid@gmail.com>
Wed, 7 Apr 2010 10:26:59 +0000 (7 03:26 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 7 Apr 2010 10:27:18 +0000 (7 03:27 -0700)
tree33ad4adfbca3ea3b01d7eb49e5626ca4070f6d9b
parent1fefb8ac5436d64ed872dbc8eb86acaef1deb34f
commands: Use prompt_user() instead of signalling information

This reads closer to what is going on -- we're prompting the
user.  Other signals don't have an interactive component
and thus use the regular notification->command map.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/commands.py
cola/guicmds.py