aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-31 14:22:23 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-31 14:22:23 +0800
commitc6d835a949f3d5a917c1b2f3c39d0226514adde9 (patch)
treeb9d27c3d207118c58f7d500d84a522f222bb6320 /shell/ChangeLog
parent64e74a631c44364553aac9d4aff2e5cb83f3e81b (diff)
downloadgsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.gz
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.bz2
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.lz
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.xz
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.tar.zst
gsoc2013-evolution-c6d835a949f3d5a917c1b2f3c39d0226514adde9.zip
Initialize the toggle items in the View menu when creating them, so
that they start up in the correct state. Deactivate the current control when displaying an empty error page. Removed some crufty debugging messages. svn path=/trunk/; revision=3310
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 29f9e0e3a1..a710b9ae1f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,22 @@
2000-05-31 Ettore Perazzoli <ettore@helixcode.com>
+ * e-shell-view.c (show_error): Use `set_current_notebook_page()'
+ instead of `gtk_notebook_set_page()'; this will also deactivate
+ the current control properly.
+
+ * e-shell-view-menu.c (e_shell_view_menu_setup): Initialize the
+ state of the shortcut/folder toggle menu items using
+ `e_shell_view_get_shortcut_bar_mode()' and
+ `e_shell_view_get_folder_bar_mode()'.
+ (command_toggle_shortcut_bar): Removed debugging message.
+ (command_toggle_folder_bar): Likewise.
+
+ * e-shell-view.c (e_shell_view_get_shortcut_bar_mode): New
+ function.
+ (e_shell_view_get_folder_bar_mode): New function.
+
+2000-05-31 Ettore Perazzoli <ettore@helixcode.com>
+
* e-storage-set-view.c: New constant `DRAG_RESISTANCE'. New
members `button_x', `button_y' in `EStorageSetViewPrivate'.
(init): Initialize to zero.