Changeset 28762
- Timestamp:
- 12/02/08 18:05:06 (5 weeks ago)
- Files:
-
- 1 modified
-
haiku/trunk/src/kits/tracker/FSUtils.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/kits/tracker/FSUtils.cpp
r28731 r28762 592 592 { 593 593 if (gStatusWindow) 594 gStatusWindow->CreateStatusItem(thread, kCopyState); 594 gStatusWindow->CreateStatusItem(thread, 595 moveMode == kMoveSelectionTo ? kMoveState : kCopyState); 595 596 596 597 int32 totalItems = 0; … … 617 618 // moved, links created 618 619 if (gStatusWindow) { 619 gStatusWindow->CreateStatusItem(thread, 620 moveMode == kMoveSelectionTo 621 ? kMoveState : kCreateLinkState); 620 gStatusWindow->CreateStatusItem(thread, kCreateLinkState); 622 621 gStatusWindow->InitStatusItem(thread, numItems, numItems, 623 622 destRef);
