Ticket #13097 (closed enhancement: fixed)
Chat transcripts deleted
| Reported by: | assetburned | Owned by: | |
|---|---|---|---|
| Milestone: | Adium 1.4 | Component: | Adium UI |
| Version: | 1.4b9 | Severity: | normal |
| Keywords: | Cc: | ||
| Patch Status: | Accepted |
Description
Simply pressing the backspace key shouldn't delete a log. there should be a message for confirmation!
Attachments
Change History
Changed 3 years ago by wildwobby
-
attachment
wildwobby-13097-101109.diff
added
comment:1 Changed 3 years ago by Robby
- Patch Status set to Needs Dev Review
- Milestone set to Adium 1.4
Go, Robby! :)
comment:3 Changed 3 years ago by Zachary West <zacw@…>
- Status changed from new to closed
- Resolution set to fixed
(In 3d815231bb66) Patch from wildwobby which confirms before removing logs when hitting the delete key. Fixes #13097.
comment:5 Changed 3 years ago by Zachary West <zacw@…>
(In ff31212ab05e) Patch from wildwobby which confirms before removing logs when hitting the delete key. Fixes #13097.
Changed 3 years ago by wbowling
-
attachment
addition-13097-102809.diff
added
Patch to stop confirmation or try to deletion of 0 selected logs
comment:6 Changed 3 years ago by wbowling
Currently if you press the delete key with no logs selected you get a message asking "Are you sure you want to send 0 logs to the Trash?", not the right behavior I think :)
Also, pressing the delete toolbar button with no logs selected will highlight the last log in the list.
Simple patch to fix
Changed 3 years ago by wbowling
-
attachment
addition-13097-102809-v2.diff
added
Uses == 1 istead of != 0
comment:7 Changed 3 years ago by boredzo
- Patch Status changed from Accepted to OK; Needs Check-In
Looks good to me. Checking it in.


Patch will ask for confirmation when deleting with the backspace button using the already instate confirmation methods.