dbus should work on netbsd now
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
c88dc48817
commit
79efc31c55
13 changed files with 50 additions and 25 deletions
|
|
@ -533,7 +533,7 @@ void MwSetInteger(MwWidget handle, const char* key, int n) {
|
|||
force_render_all(handle);
|
||||
}
|
||||
|
||||
if(strcmp(key, MwNdarkTheme) == 0){
|
||||
if(strcmp(key, MwNdarkTheme) == 0) {
|
||||
MwWidget h = handle;
|
||||
|
||||
while(h->parent != NULL && h->parent->widget_class != NULL) h = h->parent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue