1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00

Fix build of user actions

This commit is contained in:
Martin Oberhuber 2007-02-14 10:47:46 +00:00
parent f1df19f3b3
commit 80b6095a9f

View file

@ -415,7 +415,7 @@ public class SystemPreferencesManager
/**
* Return whether to cascade user actions menu by profile
*/
public boolean getCascadeUserActions()
public static boolean getCascadeUserActionsPreference()
{
return RemoteSystemsPreferencePage.getCascadeUserActionsPreference();
}