mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895964 - "Could not create service for entry Disk Space Watcher Service" r=bent
This commit is contained in:
parent
1ccf9fb4a8
commit
e8873cb768
@ -147,7 +147,9 @@ static const mozilla::Module::ContractIDEntry kDiskSpaceWatcherContracts[] = {
|
||||
};
|
||||
|
||||
static const mozilla::Module::CategoryEntry kDiskSpaceWatcherCategories[] = {
|
||||
#ifdef MOZ_WIDGET_GONK
|
||||
{ "profile-after-change", "Disk Space Watcher Service", DISKSPACEWATCHER_CONTRACTID },
|
||||
#endif
|
||||
{ nullptr }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user