aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-04-07 04:00:51 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-04-07 04:00:51 +0800
commitfc85f0ce4510cdc694b198f52d377c6d63056997 (patch)
treebc0dc555ee550a6b75d69b87f9f2135f631e2fdd /shell/ChangeLog
parent5be9af3b1397813d56b7760ad241b8fd3ccfcff3 (diff)
downloadgsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar
gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.gz
gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.bz2
gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.lz
gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.xz
gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.tar.zst
gsoc2013-evolution-fc85f0ce4510cdc694b198f52d377c6d63056997.zip
set type (load_pages): get the oaf property for type and track the page
2002-04-06 JP Rosevear <jpr@ximian.com> * e-shell-settings-dialog.c (page_new): set type (load_pages): get the oaf property for type and track the page number of the highest priority for each type (destroy_type_entry): destroy hash func (impl_destroy): destroy the hash table (init): create private struct and hash table (e_shell_settings_dialog_show_type): show the page of the given type * e-shell-view-menu.c (command_settings): show the page for the current folder type by default * e-shell-settings-dialog.h: new proto svn path=/trunk/; revision=16376
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4a1755ce63..8e4276c7eb 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,19 @@
+2002-04-06 JP Rosevear <jpr@ximian.com>
+
+ * e-shell-settings-dialog.c (page_new): set type
+ (load_pages): get the oaf property for type and track the page
+ number of the highest priority for each type
+ (destroy_type_entry): destroy hash func
+ (impl_destroy): destroy the hash table
+ (init): create private struct and hash table
+ (e_shell_settings_dialog_show_type): show the page of the given
+ type
+
+ * e-shell-view-menu.c (command_settings): show the page for the
+ current folder type by default
+
+ * e-shell-settings-dialog.h: new proto
+
2002-04-06 Ettore Perazzoli <ettore@ximian.com>
* e-shell-settings-dialog.c (init): Set the title of the dialog.