Renaming eworkpanel to ede-panel

This commit is contained in:
Sanel Zukan 2009-02-20 12:54:50 +00:00
parent eef8493c86
commit b3d0c8245b
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# ede-startup configuration sample
[Startup]
start_order = edewm,ede-desktop,eworkpanel,emountd,xscreensaver
start_order = edewm,ede-desktop,ede-panel,emountd,xscreensaver
splash_theme = scape
[edewm]
@ -13,9 +13,9 @@
icon = ede-desktop.png
description = desktop
[eworkpanel]
exec = eworkpanel
icon = eworkpanel.png
[ede-panel]
exec = ede-panel
icon = ede-panel.png
description = panel
[emountd]

View File

@ -10,6 +10,6 @@
SubDir TOP evoke splash-themes scape ;
DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ;
DATA = background.png edewm.png ede-desktop.png emountd.png ede-panel.png xscreensaver.png ;
InstallData $(datarootdir)/splash-themes/scape : $(DATA) ;

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -10,6 +10,6 @@
SubDir TOP evoke splash-themes standard ;
DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ;
DATA = background.png edewm.png ede-desktop.png emountd.png ede-panel.png xscreensaver.png ;
InstallData $(datarootdir)/splash-themes/standard : $(DATA) ;

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB