diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-07-05 04:03:48 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-07-05 04:03:48 +0800 |
commit | 834ae55a48b5e6c31e08987447bc7c01075e77d8 (patch) | |
tree | 987ede6ab5329bdb4127df0f7ac39b8cab1ffe7f /e-util/e-categories-config.h | |
parent | d6e309cac3804858878039f3283b2bcff24658a1 (diff) | |
download | gsoc2013-evolution-834ae55a48b5e6c31e08987447bc7c01075e77d8.tar.gz gsoc2013-evolution-834ae55a48b5e6c31e08987447bc7c01075e77d8.tar.zst gsoc2013-evolution-834ae55a48b5e6c31e08987447bc7c01075e77d8.zip |
load all icons and colors for each category
2001-07-04 Rodrigo Moya <rodrigo@ximian.com>
* e-categories-master-list-wombat.c (ecmlw_load): load all icons
and colors for each category
(ecmlw_save): save all icons and categories associated with
each category
* e-categories-config.c: use BonoboConf to store/retrieve settings,
and use ECategoriesMasterListWombat when creating a ECategories
dialog widget
svn path=/trunk/; revision=10781
Diffstat (limited to 'e-util/e-categories-config.h')
-rw-r--r-- | e-util/e-categories-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-categories-config.h b/e-util/e-categories-config.h index 9ad0b5fe09..0b798e466e 100644 --- a/e-util/e-categories-config.h +++ b/e-util/e-categories-config.h @@ -24,6 +24,7 @@ void e_categories_config_set_color_for (const char *category, const char *color) void e_categories_config_get_icon_for (const char *category, GdkPixmap **icon, GdkBitmap **mask); +const char *e_categories_config_get_icon_file_for (const char *category); void e_categories_config_set_icon_for (const char *category, const char *pixmap_file); |