Comment out config of ibar apps for now, until we can get the dialog(s) fixed.

SVN revision: 29398
This commit is contained in:
Christopher Michael 2007-04-05 21:33:42 +00:00
parent 4f2e047047
commit c4297e12f4
2 changed files with 3 additions and 3 deletions

View File

@ -188,8 +188,8 @@ _cb_config(void *data, void *data2)
cfdata = data;
snprintf(path, sizeof(path), "%s/.e/e/applications/bar/%s",
e_user_homedir_get(), cfdata->dir);
e_int_config_apps_once(e_container_current_get(e_manager_current_get()),
_("IBar"), NULL, path, NULL, NULL);
// e_int_config_apps_once(e_container_current_get(e_manager_current_get()),
// _("IBar"), NULL, path, NULL, NULL);
}
static void

View File

@ -714,7 +714,7 @@ _ibar_cb_menu_add(void *data, E_Menu *m, E_Menu_Item *mi)
IBar *b;
b = data;
e_int_config_apps_once(b->inst->gcc->gadcon->zone->container, "IBar", _("Add to IBar"), NULL, _ibar_cb_menu_add_application_cb, b);
// e_int_config_apps_once(b->inst->gcc->gadcon->zone->container, "IBar", _("Add to IBar"), NULL, _ibar_cb_menu_add_application_cb, b);
}
static void