- 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:
Vendored
+1
-1
@@ -44,7 +44,7 @@ Application <3rdparty>Themes :
|
|||||||
ViewItem.cpp
|
ViewItem.cpp
|
||||||
$(addonSources)
|
$(addonSources)
|
||||||
: be media textencoding translation
|
: be media textencoding translation
|
||||||
$(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++)
|
$(TARGET_LIBSTDC++)
|
||||||
: Themes.rdef
|
: Themes.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -478,7 +478,7 @@ void ThemeInterfaceView::PopulateThemeList()
|
|||||||
if (c)
|
if (c)
|
||||||
c->SetEnabled(false);
|
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);
|
resume_thread(tid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user