diff options
Diffstat (limited to 'gtk/prefs_column.h')
-rw-r--r-- | gtk/prefs_column.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/prefs_column.h b/gtk/prefs_column.h index 639308616f..1a2d4747ad 100644 --- a/gtk/prefs_column.h +++ b/gtk/prefs_column.h @@ -62,7 +62,8 @@ void column_prefs_destroy(GtkWidget *widget); * @param custom_field column custom field */ void column_prefs_add_custom(gint fmt, const gchar *title, - const gchar *custom_field); + const gchar *custom_field, + gint custom_occurrence); /** Rename a column title. * |