introduce initial log rotate support

This commit is contained in:
Dmitry Podgorny
2012-11-11 23:44:55 +02:00
parent b4fd3b1b20
commit 291c6bc3d9
3 changed files with 63 additions and 4 deletions

View File

@@ -300,6 +300,13 @@ prefs_set_notify_remind(gint value)
_save_prefs();
}
gint
prefs_get_max_log_size(void)
{
/* TODO: make command and field in config file */
return PREFS_MAX_LOG_SIZE;
}
gboolean
prefs_get_vercheck(void)
{