Changeset 652:4e269b078fa3 in qutecom-2.2
- Timestamp:
- Sep 9, 2010 12:31:42 AM (3 years ago)
- Branch:
- default
- Files:
-
- 2 edited
-
libs/imwrapper/src/purple/PurpleIMFactory.cpp (modified) (2 diffs)
-
qutecom/src/model/profile/UserProfileHandler.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libs/imwrapper/src/purple/PurpleIMFactory.cpp
r649 r652 357 357 // want to keep the loop running for the whole time the application is 358 358 // running. 359 PurpleIMFactory::getFactory().terminatedEvent();359 //PurpleIMFactory::getFactory().terminatedEvent(); 360 360 } 361 361 … … 365 365 } 366 366 367 g_idle_add(purple_wg_destroy_lib, this); 368 369 purpleStatusChangeWait(false); 367 if(purple_init) 368 { 369 g_idle_add(purple_wg_destroy_lib, this); 370 purpleStatusChangeWait(false); 371 } 372 373 PurpleIMFactory::getFactory().terminatedEvent(); 370 374 } 371 375 -
qutecom/src/model/profile/UserProfileHandler.cpp
r645 r652 67 67 OWSAFE_DELETE(_currentUserProfile); 68 68 69 uninitExtLibraries(); 70 } 69 } 70 71 uninitExtLibraries(); 71 72 } 72 73
Note: See TracChangeset
for help on using the changeset viewer.
