aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-23 15:03:46 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-23 15:03:46 +0800
commit1373f7ac7325e82b6de0b83c31c1ab4eea48879a (patch)
tree415409d963f023c320d8c951b6d16154af427bf2 /shell/ChangeLog
parent0d018e19d34b839af0b5b47fb2231053036fff2d (diff)
downloadgsoc2013-evolution-1373f7ac7325e82b6de0b83c31c1ab4eea48879a.tar
gsoc2013-evolution-1373f7ac7325e82b6de0b83c31c1ab4eea48879a.tar.gz
gsoc2013-evolution-1373f7ac7325e82b6de0b83c31c1ab4eea48879a.tar.bz2
gsoc2013-evolution-1373f7ac7325e82b6de0b83c31c1ab4eea48879a.tar.lz
gsoc2013-evolution-1373f7ac7325e82b6de0b83c31c1ab4eea48879a.tar.xz
gsoc2013-evolution-1373f7ac7325e82b6de0b83c31c1ab4eea48879a.tar.zst
gsoc2013-evolution-1373f7ac7325e82b6de0b83c31c1ab4eea48879a.zip
Get the menu hints to work with the new status bar.
svn path=/trunk/; revision=10437
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b4b2300a29..8c77ae36f1 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,20 @@
2001-06-23 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-view.c: New member `menu_hint_label' in
+ `EShellViewPrivate'.
+ (init): Init to NULL.
+ (ui_engine_add_hint_callback): Set the label in the menu hint
+ label, show the menu hint label, hide the task bar.
+ (ui_engine_remove_hint_callback): New callback for the
+ "remove_hint" signal on the BonoboUIEngine; hide the hint label,
+ show the task bar.
+ (setup_statusbar_hints): Connect it.
+ (setup_menu_hint_label): New helper function to create the menu
+ hint label.
+ (create_status_bar): Call it.
+
+2001-06-23 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-view-menu.c (command_quit): Add a `gtk_main_quit()' at
the end here.