Changeset 25330
- Timestamp:
- 05/06/08 16:18:31 (1 week ago)
- Files:
-
- haiku/trunk/src/servers/input/AddOnManager.cpp (modified) (2 diffs)
- haiku/trunk/src/servers/input/AddOnManager.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
haiku/trunk/src/servers/input/AddOnManager.cpp
r23240 r25330 474 474 addon->AddMethod(); 475 475 } 476 } 477 478 479 void 480 AddOnManager::UnloadReplicant() 481 { 482 BDeskbar().RemoveItem(REPLICANT_CTL_NAME); 476 483 } 477 484 … … 757 764 { 758 765 CALLED(); 766 767 if (InputServer::gInputMethodList.CountItems() == 0) { 768 UnloadReplicant(); 769 return B_OK; 770 } 771 759 772 LoadReplicant(); 760 773 haiku/trunk/src/servers/input/AddOnManager.h
r18696 r25330 52 52 53 53 void LoadReplicant(); 54 void UnloadReplicant(); 54 55 int32 GetReplicantAt(BMessenger target, int32 index) const; 55 56 status_t GetReplicantName(BMessenger target, int32 uid, BMessage *reply) const;
