From 462df78982f565f2304373de4858f0155ceb61b7 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 13 Dec 2011 08:22:26 +0100 Subject: Add config property to select display name to use --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 0bdbef2..9cf320e 100644 --- a/src/config.h +++ b/src/config.h @@ -5,6 +5,7 @@ struct config { GKeyFile *keyfile; GList *priorities; + gchar **name_props; }; struct priority { -- cgit