From 74e43ceee4aac43277526843436f653a6b932910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 11 Dec 2010 01:40:05 +0100 Subject: Add a "human-name" property to LdSymbolCategory. Just as LdSymbol has a human name for localization purposes, LdSymbolCategory also needs to have this property. Use the human name in tooltips. --- src/ld-library.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ld-library.c') diff --git a/src/ld-library.c b/src/ld-library.c index 12e01ec..a3f1e39 100644 --- a/src/ld-library.c +++ b/src/ld-library.c @@ -195,7 +195,7 @@ load_category (LdLibrary *self, const char *path, const char *name) /* TODO: Search for category.json and read the category name from it. */ - cat = ld_symbol_category_new (name); + cat = ld_symbol_category_new (name, name); ld_symbol_category_set_image_path (cat, icon_file); data.self = self; -- cgit v1.2.3