tint2conf: Display themes consistently

This commit is contained in:
o9000
2016-03-24 23:20:00 +01:00
parent 9150a180fa
commit 3e03e81dbf
4 changed files with 19 additions and 13 deletions

View File

@@ -9,6 +9,6 @@ enum { COL_THEME_FILE = 0, COL_THEME_NAME, COL_SNAPSHOT, NB_COL, };
GtkWidget *create_view();
void theme_list_append(const gchar *path, const gchar *suffix);
void theme_list_append(const gchar *path);
#endif