Don't set window type here. Causes problems w/ layout.

SVN revision: 45934
This commit is contained in:
Christopher Michael 2010-02-06 16:56:18 +00:00
parent e93dab4295
commit 075108fc10
1 changed files with 0 additions and 1 deletions

View File

@ -888,7 +888,6 @@ elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel)
{
Ecore_X_Window_State states[2];
ecore_x_netwm_window_type_set(win->xwin, ECORE_X_WINDOW_TYPE_DOCK);
states[0] = ECORE_X_WINDOW_STATE_SKIP_TASKBAR;
states[1] = ECORE_X_WINDOW_STATE_SKIP_PAGER;
ecore_x_netwm_window_state_set(win->xwin, states, 2);