diff options
author | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-07-16 19:14:25 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-07-16 19:14:25 +0800 |
commit | d30a5237ff6153097db7de631d436408b673517e (patch) | |
tree | ea2b5a5ea37545f49280583a00a4aca1e6f2356c | |
parent | 0f8ebe60c84044ea6a1ea5001ce8dc692ef99501 (diff) | |
download | gsoc2013-evolution-d30a5237ff6153097db7de631d436408b673517e.tar.gz gsoc2013-evolution-d30a5237ff6153097db7de631d436408b673517e.tar.zst gsoc2013-evolution-d30a5237ff6153097db7de631d436408b673517e.zip |
Fixed a silly extra space.
svn path=/trunk/; revision=29783
-rw-r--r-- | plugins/exchange-operations/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am index 10f6133c29..48e51efa20 100644 --- a/plugins/exchange-operations/Makefile.am +++ b/plugins/exchange-operations/Makefile.am @@ -53,7 +53,7 @@ glade_DATA = \ exchange-change-password.glade \ exchange-delegates.glade \ exchange-folder-tree.glade \ - exchange-permissions-dialog.glade \ + exchange-permissions-dialog.glade \ e-foreign-folder-dialog.glade error_DATA = org-gnome-exchange-operations.error |