]> Pileus Git - ~andy/gtk/commit
Check if popup_window is mapped, not popup_widget
authorKristian Rietveld <kris@gtk.org>
Fri, 17 Dec 2010 12:15:27 +0000 (13:15 +0100)
committerKristian Rietveld <kris@gtk.org>
Fri, 17 Dec 2010 15:53:46 +0000 (16:53 +0100)
commit81515f71833c248b446a3a62e351f956943d4b2d
treeefc0a1e85b5d7a81e5599182d1d81b611821271f
parentd50c582961a8b2fc3d5fb0480a3ad8fda2caeb1e
Check if popup_window is mapped, not popup_widget

Before hide_all was used on popup_window, which means popup_widget
was also unmapped.  This is now no longer the case.  This fixes
subsequent pop ups for appears-as-list == 1.
gtk/gtkcombobox.c