Changeset 3303 in orxonox.OLD for orxonox/branches/updater/src/gui/orxonox_gui_update.cc
- Timestamp:
- Dec 28, 2004, 1:21:32 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater/src/gui/orxonox_gui_update.cc
r3298 r3303 384 384 if (!isDownloading) 385 385 { 386 #ifdef HAVE_PTHREAD_H 386 387 pthread_join(*downloadThreadFinishID, NULL); 387 388 #endif /* HAVE_PTHREAD_H */ 388 389 #ifdef HAVE_GTK2 389 390 info->stateButton->disconnectSignal(info->buttonSignal);
Note: See TracChangeset
for help on using the changeset viewer.