diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-06-12 21:08:07 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-06-12 21:08:07 +0000 |
commit | bae5667ca3bf23a8f5dd013aa13b669c3d38a9e5 (patch) | |
tree | 1b4aa7b167fd11d23e8987e4635e3d30a1128abe /gtk/.cvsignore | |
parent | 8b720114820963953efff5acacae66576f09d1a3 (diff) | |
download | gtk+-bae5667ca3bf23a8f5dd013aa13b669c3d38a9e5.tar.gz |
Call gdk_window_withdraw rather than gdk_window_hide; this makes things
Mon Jun 12 16:58:40 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
rather than gdk_window_hide; this makes things work
correctly if the window is programmatically hidden while
iconified.
Diffstat (limited to 'gtk/.cvsignore')
-rw-r--r-- | gtk/.cvsignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/.cvsignore b/gtk/.cvsignore index d410a2780b..5c5562c3c2 100644 --- a/gtk/.cvsignore +++ b/gtk/.cvsignore @@ -4,7 +4,7 @@ Makefile.in .deps _libs .libs -libgtk-1.1.la +libgtk-*.la testcalendar testgtk testinput |