diff options
author | Jay Painter <jpaint@src.gnome.org> | 1997-12-03 16:38:54 +0000 |
---|---|---|
committer | Jay Painter <jpaint@src.gnome.org> | 1997-12-03 16:38:54 +0000 |
commit | c3ac6c80a60a6d1bb0471cdc34f818efc9718a65 (patch) | |
tree | e646ac2e7dd98cebd4288f4e8c67846c3226e7d9 /ChangeLog.pre-2-2 | |
parent | 6653fcf391a050058ddf89f8f974e6d8583976b5 (diff) | |
download | gtk+-c3ac6c80a60a6d1bb0471cdc34f818efc9718a65.tar.gz |
Fixed a optionmenu bug where if you set a new menu on a optionmenu, the
selected widget would not get positioned correctly inside of the optionmenu.
-Jay
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 131f840a56..dcbc48a8c3 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Wed Dec 3 1997 Jay Painter <jpaint@serv.net> + * gtk/gtkoptionmenu.c: fixed a old bug where if you set a new + menu for a optionmenu the widget would not get positioned correctly + inside of the optionmenu. + Tue Dec 1 1997 Owen Taylor <owt1@cornell.edu> * glib/glib.h, glib/configure.in. Disabled gldouble, since it wasn't used anywhere and caused portability problems |