summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-09 18:03:21 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-09 18:03:21 +0000
commit857468e46cdd516540bb4801d6f4db1f0a651e5e (patch)
tree8915dbc491a5836c2d19ecd49810b3eb69e4da2a /ChangeLog
parentdf40795df8c9b736ed433f07188821c192ca1751 (diff)
downloadgtk+-857468e46cdd516540bb4801d6f4db1f0a651e5e.tar.gz
Raise the grip window when appropriate. (gtk_statusbar_init): Instead of
2004-11-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip window when appropriate. (gtk_statusbar_init): Instead of cutting the text of, make ellipsize the label. (gtk_statusbar_size_allocate): Don't let the label extend under the resize grip.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a354dd39d..79c8ed6a9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip
window when appropriate.
+ (gtk_statusbar_init): Instead of cutting the text of, make
+ ellipsize the label.
+ (gtk_statusbar_size_allocate): Don't let the label extend
+ under the resize grip.
* gtk/gtkcombobox.c (find_menu_by_path)
(gtk_combo_box_menu_fill_level, gtk_combo_box_menu_row_inserted):