Closed (fixed)
Project:
Book Manager
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2009 at 21:25 UTC
Updated:
28 Apr 2010 at 00:40 UTC
Users may have no idea what the message about 'The book is now a personal book' means. This patch removes that message along with the one about the book now being a regular book.
| Comment | File | Size | Author |
|---|---|---|---|
| book_copy_message.patch | 865 bytes | kleinmp |
Comments
Comment #1
marcp commentedThat message gets printed in
book_manager_make_personal(). There may be times when we want to see that message, so ideally we'd have a lower-level function that just sets the personal flag and doesn't print out any messages.This will take place some time during a refactoring pass through the code.
Comment #2
jgraham commentedcommited in latest 2.x-dev branch
Comment #3
jgraham commented