[DEVELOPMENT ENVIRONMENT]
* BUG: Make the IDE depends explicitely on gb.desktop.x11 git-svn-id: svn://localhost/gambas/trunk@6286 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
7abbd5e799
commit
e1d3f1294e
3 changed files with 4 additions and 4 deletions
|
@ -12,6 +12,7 @@ Component=gb.clipper
|
|||
Component=gb.db
|
||||
Component=gb.db.form
|
||||
Component=gb.debug
|
||||
Component=gb.desktop.x11
|
||||
Component=gb.desktop
|
||||
Component=gb.eval
|
||||
Component=gb.eval.highlight
|
||||
|
|
|
@ -9,9 +9,10 @@ Geometry=[0,0,210,210]
|
|||
|
||||
[OpenFile]
|
||||
File[1]=".src/DesktopMime.class:94.30"
|
||||
Active=2
|
||||
File[2]=".src/DesktopWatcher.class:13.14"
|
||||
Count=2
|
||||
Active=3
|
||||
File[3]=".src/Desktop.class:31.0"
|
||||
Count=3
|
||||
|
||||
[Watches]
|
||||
Count=0
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Export
|
||||
|
||||
Class _Desktop
|
||||
|
||||
'STATIC PROPERTY READ Menus AS _DesktopMenus
|
||||
'STATIC PROPERTY READ Icons AS _DesktopIcons
|
||||
Static Property Read ScreenSaver As _Desktop_ScreenSaver
|
||||
|
|
Loading…
Reference in a new issue