protocols/matrix: Fix icon
This commit is contained in:
parent
3f7201038d
commit
4489f80507
|
@ -65,7 +65,7 @@ RSRCS =
|
|||
# - if your library does not follow the standard library naming scheme,
|
||||
# you need to specify the path to the library and it's name.
|
||||
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
|
||||
LIBS = be bnetapi localestub matrix_client network $(STDCPPLIBS)
|
||||
LIBS = be bnetapi localestub interface matrix_client network $(STDCPPLIBS)
|
||||
|
||||
|
||||
# Specify additional paths to directories following the standard libXXX.so
|
||||
|
|
|
@ -158,8 +158,7 @@ MatrixProtocol::Commands()
|
|||
BBitmap*
|
||||
MatrixProtocol::Icon() const
|
||||
{
|
||||
return NULL;
|
||||
// return ReadNodeIcon(fAddOnPath.Path(), B_LARGE_ICON, true);
|
||||
return ReadNodeIcon(fAddOnPath.Path(), B_LARGE_ICON, true);
|
||||
}
|
||||
|
||||
|
||||
|
|
Ŝarĝante…
Reference in New Issue