View | Details | Raw Unified | Return to bug 16894
Collapse All | Expand All

(-)a/gkrellm/src/fs.c (-1 / +1 lines)
Lines 1288-1294 create_alert(FSmon *fs) Link Here
1288
	fs->alert = gkrellm_alert_create(NULL, fs->label,
1288
	fs->alert = gkrellm_alert_create(NULL, fs->label,
1289
				_("Percent Usage"),
1289
				_("Percent Usage"),
1290
				TRUE, FALSE, TRUE,
1290
				TRUE, FALSE, TRUE,
1291
				100, 0, 1, 10, 0);
1291
				100, 10, 0.1, 10, 1);
1292
	gkrellm_alert_trigger_connect(fs->alert, cb_alert_trigger, fs);
1292
	gkrellm_alert_trigger_connect(fs->alert, cb_alert_trigger, fs);
1293
	gkrellm_alert_config_connect(fs->alert, cb_alert_config, fs);
1293
	gkrellm_alert_config_connect(fs->alert, cb_alert_config, fs);
1294
	gkrellm_alert_command_process_connect(fs->alert, cb_command_process, fs);
1294
	gkrellm_alert_command_process_connect(fs->alert, cb_command_process, fs);

Return to bug 16894