diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-05-10 03:55:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-05-10 03:55:04 +0800 |
commit | 33b9baa06344722188b76e54e9396b9a322b9ddf (patch) | |
tree | 9d7d75f95953ca70f9d05fafa15b484da7eafcf9 /shell/ChangeLog | |
parent | ac299fc8867f93856cf468ef6a971053ba4cc8a0 (diff) | |
download | gsoc2013-evolution-33b9baa06344722188b76e54e9396b9a322b9ddf.tar.gz gsoc2013-evolution-33b9baa06344722188b76e54e9396b9a322b9ddf.tar.zst gsoc2013-evolution-33b9baa06344722188b76e54e9396b9a322b9ddf.zip |
Made this function static. Removed the unused variable placeholder.
2001-05-09 Christopher James Lahey <clahey@ximian.com>
* importer/intelligent.c (create_gui): Made this function static.
Removed the unused variable placeholder.
(intelligent_importer_init): Cast from gpointer to int here
properly using GPOINTER_TO_INT.
svn path=/trunk/; revision=9730
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 44af159655..c0755b52cb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-05-09 Christopher James Lahey <clahey@ximian.com> + + * importer/intelligent.c (create_gui): Made this function static. + Removed the unused variable placeholder. + (intelligent_importer_init): Cast from gpointer to int here + properly using GPOINTER_TO_INT. + 2001-05-09 Dan Winship <danw@ximian.com> * e-local-storage.c: Remove get_physical_path and load_folders, |