aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-21 21:59:02 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-21 21:59:02 +0800
commite107a85dd6e6e65aca2e165df2ea6acc7cc99aff (patch)
tree1ad3cdf73bcc19e98b8ccb9f732471b3f7a57090 /shell/ChangeLog
parent31f6fc71f2b1095f0cb2423358c3da09f0e82121 (diff)
downloadgsoc2013-evolution-e107a85dd6e6e65aca2e165df2ea6acc7cc99aff.tar
gsoc2013-evolution-e107a85dd6e6e65aca2e165df2ea6acc7cc99aff.tar.gz
gsoc2013-evolution-e107a85dd6e6e65aca2e165df2ea6acc7cc99aff.tar.bz2
gsoc2013-evolution-e107a85dd6e6e65aca2e165df2ea6acc7cc99aff.tar.lz
gsoc2013-evolution-e107a85dd6e6e65aca2e165df2ea6acc7cc99aff.tar.xz
gsoc2013-evolution-e107a85dd6e6e65aca2e165df2ea6acc7cc99aff.tar.zst
gsoc2013-evolution-e107a85dd6e6e65aca2e165df2ea6acc7cc99aff.zip
Improve the title bar pop-up button: use a toggle button instead of a
regular one and allow sticking the pop-up with the close button (we'll need to have it change the icon). svn path=/trunk/; revision=4259
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 74768dc8a2..634668b681 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,17 @@
2000-07-21 Ettore Perazzoli <ettore@helixcode.com>
+ * e-shell-view.c (storage_set_view_box_button_release_event_cb):
+ Set the toggle state to FALSE on the title bar.
+
+ * e-shell-folder-title-bar.c: Signal "title_clicked" replaced by
+ "title_toggled".
+ (setup_style): Change the style for the button too.
+ (e_shell_folder_title_bar_construct): Use a GtkToggleButton, not a
+ GtkButton.
+ (e_shell_folder_title_bar_set_toggle_state): New.
+
+2000-07-21 Ettore Perazzoli <ettore@helixcode.com>
+
* e-shell-folder-title-bar.c (create_icon_pixmap): New. Create a
small arrow-shaped GtkPixmap.
(title_button_box_realize_cb): New. Callback for the "realize"