fix tclock to work with git master

This commit is contained in:
Daniel Kolesa 2015-01-26 13:39:06 +00:00
parent 27c9ecf991
commit e42a6d49ce
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@ _config_tclock_module(Config_Item *ci)
snprintf(buf, sizeof(buf), "%s/e-module-tclock.edj",
tclock_config->mod_dir);
cfd = e_config_dialog_new(e_util_comp_current_get(), D_("Tclock Settings"),
"TClock", "_e_modules_tclock_config_dialog",
buf, 0, v, ci);
cfd = e_config_dialog_new(NULL, D_("Tclock Settings"), "TClock",
"_e_modules_tclock_config_dialog",
buf, 0, v, ci);
tclock_config->config_dialog = cfd;
}