use E as class, not xkb switcher

SVN revision: 71304
This commit is contained in:
Carsten Haitzler 2012-05-22 07:12:51 +00:00
parent 496577bbf8
commit db7437e047
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ _xkb_cfg_dialog(E_Container *con, const char *params __UNUSED__)
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
if (e_config_dialog_find("XKB Switcher", "keyboard_and_mouse/xkbswitch"))
if (e_config_dialog_find("E", "keyboard_and_mouse/xkbswitch"))
return NULL;
if (!(v = E_NEW(E_Config_Dialog_View, 1))) return NULL;
@ -70,7 +70,7 @@ _xkb_cfg_dialog(E_Container *con, const char *params __UNUSED__)
v->basic.create_widgets = _basic_create;
v->basic.apply_cfdata = _basic_apply;
cfd = e_config_dialog_new(con, _("XKB Switcher Module"), "XKB Switcher",
cfd = e_config_dialog_new(con, _("XKB Switcher Module"), "E",
"keyboard_and_mouse/xkbswitch",
"preferences-desktop-locale",
0, v, NULL);