Fixed some warnings.

2000-08-09  Christopher James Lahey  <clahey@helixcode.com>

	* e-setup.c, e-shell.c: Fixed some warnings.

svn path=/trunk/; revision=4661
This commit is contained in:
Christopher James Lahey
2000-08-09 19:49:29 +00:00
committed by Chris Lahey
parent c8712d8115
commit d2ef306a99
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
* e-setup.c, e-shell.c: Fixed some warnings.
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
* e-shell-view.c: Fixed a warning.

View File

@ -100,7 +100,6 @@ e_setup (const char *evolution_directory)
{
struct stat statinfo;
char *file;
int i;
if (stat (evolution_directory, &statinfo) != 0)
return copy_default_stuff (evolution_directory);

View File

@ -620,7 +620,7 @@ save_settings_for_views (EShell *shell)
}
prefix = g_strdup_printf ("=%s/config/Shell=/Views/NumberOfViews",
priv->local_directory, i);
priv->local_directory);
gnome_config_set_int (prefix, g_list_length (priv->views));
g_free (prefix);