2008-10-16 Alberto Garcia <agarcia@igalia.com>
authorAlberto Garcia <agarcia@igalia.com>
Thu, 16 Oct 2008 11:04:09 +0000 (11:04 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Thu, 16 Oct 2008 11:04:09 +0000 (11:04 +0000)
commit2b3c3d8b02ea3461a7ce713ccb724d5b7fd60ea0
treec4f779318ad90831c10f4aac15d1501c852a8e5a
parent7dc217fa9992d0f35827232aabcbc4ccefd66a84
2008-10-16 Alberto Garcia <agarcia@igalia.com>

* src/hildon-stackable-window.c
(hildon_stackable_window_show):
Don't hide old windows automatically when new windows are shown:
this is now a task for the window manager.
(hildon_stackable_window_class_init)
(hildon_stackable_window_hide):
Remove windows from the stack everytime they're hidden.
(hildon_stackable_window_realize):
Don't change the _NET_WM_WINDOW_TYPE property. Use
_HILDON_STACKABLE_WINDOW instead for the window manager to manage
it as a stackable window.

* src/hildon-program.c
(hildon_program_pop_window_stack):
Just hide the window to remove it from the stack.
(hildon_program_go_to_root_window):
Don't call gtk_widget_show(), this is now a task for the window
manager.

Fixes: NB#89411
ChangeLog
src/hildon-program.c
src/hildon-stackable-window.c