shell: set the window name and icon when opening an embedded settings panel

This involves storing the default window title and icon name and resetting
the title and icon name when an embedded settings panel is closed.

The icon name and title for each panel is retrieved from the desktop file
information and stored in the CcShellModel.
This commit is contained in:
Thomas Wood 2010-05-25 14:38:36 +01:00
parent 4fcc633a36
commit 27bf283683
3 changed files with 43 additions and 4 deletions

View file

@ -61,6 +61,7 @@ enum
COL_PIXBUF,
COL_CATEGORY,
COL_SEARCH_TARGET,
COL_ICON_NAME,
N_COLS
};