aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-15 03:31:17 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-15 03:31:17 +0800
commit3e92e7a0eb9944948e9d919b06ae5a0079cd119f (patch)
tree1c76e128e6c640f6df60d5e4e6044055c55a0cd8
parent1b26832f1402c6e5f40aadb7a95e323fb5dac326 (diff)
downloadgsoc2013-evolution-3e92e7a0eb9944948e9d919b06ae5a0079cd119f.tar.gz
gsoc2013-evolution-3e92e7a0eb9944948e9d919b06ae5a0079cd119f.tar.zst
gsoc2013-evolution-3e92e7a0eb9944948e9d919b06ae5a0079cd119f.zip
Removed unused variable.
* e-shell-importer.c (start_import): Removed unused variable. svn path=/trunk/; revision=12827
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-importer.c4
2 files changed, 5 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 41cdfff280..56a8088934 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,9 @@
2001-09-14 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-importer.c (start_import): Removed unused variable.
+
+2001-09-14 Ettore Perazzoli <ettore@ximian.com>
+
[Fix #8204 and the other bugs caused by allowing invocations on
the ::Shell interface to happen before the shell is actually fully
initialized. This is a lame hack and not a nice, complete
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 71f6a76806..a419091198 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -358,9 +358,7 @@ start_import (const char *folderpath,
/* Only allow importing to /local */
localpath = "/" E_LOCAL_STORAGE_NAME "/";
if (strncmp (folderpath, localpath, strlen (localpath))) {
- char *message;
- e_notice (NULL, GNOME_MESSAGE_BOX_ERROR,
- _("You may only import to local folders"));
+ e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, _("You may only import to local folders"));
return;
}
deletions'>-11/+5 * Update to 0.60, which includes some important security fixes:dougb2007-07-043-5/+7 * Update to 0.59, which mostly cleans up the PTR code.dougb2006-09-282-4/+4 * 1. Update to 0.58, which contains numerous small bug fixes, and newdougb2006-07-092-8/+11 * Update to 0.57 (which contains no functional changes from 0.56),dougb2006-04-192-15/+9 * Version 0.56, which contains a new method for the SPF RR, anddougb2006-02-213-5/+6 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3 * Make the second RUN_DEPENDS +=dougb2005-12-161-1/+1 * Upgrade to 0.55, an emergency release to fix a problem with TCPdougb2005-12-152-4/+4 * upgrade to 0.54, which contains many bug fixesdougb2005-12-132-7/+18 * Be more friendly to other ports that might leave files heredougb2005-12-131-1/+1 * Add SHA256 checksums to my portsdougb2005-11-241-0/+1 * Change to the standardized version of the CPAN URLdougb2005-09-111-1/+1 * Update to 0.53, which fixes a stray AFINET_6, and a few other bugs.dougb2005-07-232-3/+3 * Upgrade to the eagerly anticipated 0.52. If you are using a versiondougb2005-07-062-4/+6 * Make this work on Perl 5.005.03 (ala RELENG_4) by installingdougb2005-06-274-0/+146 * Upgrade to 0.51, which fixes extra debugging that should not havedougb2005-06-132-4/+5 * Upgrade to 0.50, the latest version. Usual assortmentdougb2005-06-112-3/+3