1
0
Fork 0
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:
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 * Return whether to cascade user actions menu by profile
*/ */
public boolean getCascadeUserActions() public static boolean getCascadeUserActionsPreference()
{ {
return RemoteSystemsPreferencePage.getCascadeUserActionsPreference(); return RemoteSystemsPreferencePage.getCascadeUserActionsPreference();
} }