projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c087f3e
)
fix -profile-del
author
jcwong
<jcwong>
Tue, 18 Oct 2005 05:44:38 +0000
(
05:44
+0000)
committer
jcwong
<jcwong@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 18 Oct 2005 05:44:38 +0000
(
05:44
+0000)
SVN revision: 17647
src/bin/e_ipc_handlers.h
patch
|
blob
|
history
diff --git
a/src/bin/e_ipc_handlers.h
b/src/bin/e_ipc_handlers.h
index
dbfb935
..
fa814bc
100644
(file)
--- a/
src/bin/e_ipc_handlers.h
+++ b/
src/bin/e_ipc_handlers.h
@@
-6456,7
+6456,7
@@
break;
/****************************************************************************/
#define HDL E_IPC_OP_PROFILE_DEL
#if (TYPE == E_REMOTE_OPTIONS)
- OP("-profile-
add
", 1, "Delete profile named OPT1", 0, HDL)
+ OP("-profile-
del
", 1, "Delete profile named OPT1", 0, HDL)
#elif (TYPE == E_REMOTE_OUT)
REQ_STRING(params[0], HDL);
#elif (TYPE == E_WM_IN)