OK, so 'configuration_panel' is too long => 'config_panel'

SVN revision: 16774
This commit is contained in:
handyande 2005-09-19 16:02:16 +00:00 committed by handyande
parent aea817750f
commit 2fa6399b5c
4 changed files with 6 additions and 6 deletions

View File

@ -5070,9 +5070,9 @@ break;
#undef HDL
/****************************************************************************/
#define HDL E_IPC_OP_CONFIGURATION_PANEL_SHOW
#define HDL E_IPC_OP_CONFIG_PANEL_SHOW
#if (TYPE == E_REMOTE_OPTIONS)
OP("-configuration-panel-show", 0, "Show the configuration panel", 0, HDL)
OP("-config-panel-show", 0, "Show the configuration panel", 0, HDL)
#elif (TYPE == E_REMOTE_OUT)
REQ_NULL(HDL)
#elif (TYPE == E_WM_IN)

View File

@ -262,4 +262,4 @@
#define E_IPC_OP_WINDOW_PLACEMENT_POLICY_GET 259
#define E_IPC_OP_WINDOW_PLACEMENT_POLICY_GET_REPLY 260
#define E_IPC_OP_CONFIGURATION_PANEL_SHOW 261
#define E_IPC_OP_CONFIG_PANEL_SHOW 261

View File

@ -150,7 +150,7 @@ extern "C" {
EAPI void e_lib_restart (void);
EAPI void e_lib_quit (void);
EAPI void e_lib_configuration_panel_show (void);
EAPI void e_lib_config_panel_show (void);
/* E module manipulation */
EAPI void e_lib_module_enabled_set (const char *module, int enable);

View File

@ -197,9 +197,9 @@ e_lib_quit(void)
}
void
e_lib_configuration_panel_show(void)
e_lib_config_panel_show(void)
{
_e_ipc_call(E_IPC_OP_CONFIGURATION_PANEL_SHOW, NULL);
_e_ipc_call(E_IPC_OP_CONFIG_PANEL_SHOW, NULL);
}
void