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:
committed by
Chris Lahey
parent
c8712d8115
commit
d2ef306a99
@ -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.
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user