diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-16 21:14:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-16 21:14:43 +0800 |
commit | 68ef3f9f9873e2629f0953f0b5380fdce9a5dd05 (patch) | |
tree | 758b9eb3adb32cd548e5436397e238f259e8d5d4 /shell/e-shell-utils.h | |
parent | 6b41e702201a040f3b2f9b8ef02ffdb4a846e981 (diff) | |
download | gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.tar.gz gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.tar.zst gsoc2013-evolution-68ef3f9f9873e2629f0953f0b5380fdce9a5dd05.zip |
Use TigerT's new mini icons in the shell's folder tree view.
svn path=/trunk/; revision=3091
Diffstat (limited to 'shell/e-shell-utils.h')
-rw-r--r-- | shell/e-shell-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h index 56f43b1b91..a701dd38eb 100644 --- a/shell/e-shell-utils.h +++ b/shell/e-shell-utils.h @@ -24,6 +24,7 @@ #ifndef E_SHELL_UTILS_H #define E_SHELL_UTILS_H -char *e_shell_get_icon_path (const char *icon_name); +char *e_shell_get_icon_path (const char *icon_name, + gboolean try_mini); #endif |