- We don't actually need netapi libs, this fixes building for R5 under Zeta.
- name the theme list populator thread. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27798 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
39be9709cf
commit
4c39bafa21
2
3rdparty/mmu_man/themes/Jamfile
vendored
2
3rdparty/mmu_man/themes/Jamfile
vendored
@ -44,7 +44,7 @@ Application <3rdparty>Themes :
|
||||
ViewItem.cpp
|
||||
$(addonSources)
|
||||
: be media textencoding translation
|
||||
$(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++)
|
||||
$(TARGET_LIBSTDC++)
|
||||
: Themes.rdef
|
||||
;
|
||||
|
||||
|
@ -478,7 +478,7 @@ void ThemeInterfaceView::PopulateThemeList()
|
||||
if (c)
|
||||
c->SetEnabled(false);
|
||||
}
|
||||
thread_id tid = spawn_thread(_ThemeListPopulatorTh, "", B_LOW_PRIORITY, this);
|
||||
thread_id tid = spawn_thread(_ThemeListPopulatorTh, "ThemeListPopulator", B_LOW_PRIORITY, this);
|
||||
resume_thread(tid);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user