diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:21:48 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:21:48 +0800 |
commit | 3e68ed9f53f719abf71274988486498ed6534d68 (patch) | |
tree | e7a64f3fbc9af63313e8cd86244a424e98796676 /plugins/save-attachments | |
parent | d7bec6f882964fd5c7da68213060ca301b383072 (diff) | |
download | gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.tar.gz gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.tar.zst gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.zip |
error file moves/e-error.h moves
svn path=/trunk/; revision=29370
Diffstat (limited to 'plugins/save-attachments')
-rw-r--r-- | plugins/save-attachments/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/save-attachments/save-attachments.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/save-attachments/ChangeLog b/plugins/save-attachments/ChangeLog index 73ad987462..3ab5a8a8a8 100644 --- a/plugins/save-attachments/ChangeLog +++ b/plugins/save-attachments/ChangeLog @@ -1,3 +1,7 @@ +2005-05-16 Not Zed <NotZed@Ximian.com> + + * save-attachments.c: moved e-error to e-util + 2005-05-13 Rodney Dawes <dobey@novell.com> * org-gnome-save-attachments.xml: Update for new menu layout diff --git a/plugins/save-attachments/save-attachments.c b/plugins/save-attachments/save-attachments.c index 0cf8436273..4ecd7e5943 100644 --- a/plugins/save-attachments/save-attachments.c +++ b/plugins/save-attachments/save-attachments.c @@ -53,7 +53,7 @@ #include <camel/camel-multipart.h> #include <camel/camel-utf8.h> -#include "widgets/misc/e-error.h" +#include "e-util/e-error.h" #include "mail/em-menu.h" #include "mail/em-utils.h" |