oops - get cmd-line opt right

SVN revision: 15032
This commit is contained in:
Carsten Haitzler 2005-05-31 03:57:29 +00:00
parent 158546dedc
commit 58a42cbe8f
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ break;
/****************************************************************************/
#define HANDLER E_IPC_OP_BG_GET
#if (TYPE == E_REMOTE_OPTIONS)
{"-default-bg-set", 0, "Get the default background edje file path", 1, HANDLER},
{"-default-bg-get", 0, "Get the default background edje file path", 1, HANDLER},
#elif (TYPE == E_REMOTE_OUT)
REQ_NULL(HANDLER);
#elif (TYPE == E_WM_IN)