diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-08-25 03:12:51 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-08-25 03:12:51 +0800 |
commit | 99cf86d7dd42b1404c8d5d78ab6899c8f0f46aef (patch) | |
tree | 51cb30a87919abe7cc79e73c5a167095627d14de /shell | |
parent | 39e8ec3c3dc534bb1f3fffcdcf4c952d12b7bce9 (diff) | |
download | gsoc2013-evolution-99cf86d7dd42b1404c8d5d78ab6899c8f0f46aef.tar.gz gsoc2013-evolution-99cf86d7dd42b1404c8d5d78ab6899c8f0f46aef.tar.zst gsoc2013-evolution-99cf86d7dd42b1404c8d5d78ab6899c8f0f46aef.zip |
Added the missing part of my patch:
#include <gal/widgets/e-unicode.h>
svn path=/trunk/; revision=12447
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shortcuts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shortcuts.c b/shell/e-shortcuts.c index 914601a46b..6c35107be4 100644 --- a/shell/e-shortcuts.c +++ b/shell/e-shortcuts.c @@ -60,6 +60,7 @@ #include <libgnome/gnome-i18n.h> #include <gal/util/e-util.h> #include <gal/util/e-xml-utils.h> +#include <gal/widgets/e-unicode.h> #include <gal/shortcut-bar/e-shortcut-bar.h> #include "e-shortcuts-view.h" |