Changeset 6374 for trunk/qt4-gui/src/widgets/protocombobox.cpp
- Timestamp:
- 07/01/08 06:31:24 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/widgets/protocombobox.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/widgets/protocombobox.cpp
r6224 r6374 56 56 if (skipExisting) 57 57 { 58 gUserManager.DropOwner( ppid);58 gUserManager.DropOwner(o); 59 59 continue; 60 60 } … … 62 62 { 63 63 id = o->IdString(); 64 gUserManager.DropOwner( ppid);64 gUserManager.DropOwner(o); 65 65 } 66 66 }
