mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 19:45:22 +02:00
Fix build of user actions
This commit is contained in:
parent
f1df19f3b3
commit
80b6095a9f
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ public class SystemPreferencesManager
|
||||||
/**
|
/**
|
||||||
* Return whether to cascade user actions menu by profile
|
* Return whether to cascade user actions menu by profile
|
||||||
*/
|
*/
|
||||||
public boolean getCascadeUserActions()
|
public static boolean getCascadeUserActionsPreference()
|
||||||
{
|
{
|
||||||
return RemoteSystemsPreferencePage.getCascadeUserActionsPreference();
|
return RemoteSystemsPreferencePage.getCascadeUserActionsPreference();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue