mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-05 15:55:56 +01:00
Fixed a bug that made the crash panel to be shown again and again when the
'Restart Window Maker' option was selected, under some circumstances. (bug reported by Roberto Sanchez <rcsanchez97@yahoo.es>)
This commit is contained in:
@@ -117,6 +117,8 @@ Changes since version 0.80.2:
|
|||||||
- Fixed synchronization problem between hair cursor and mouse cursor in
|
- Fixed synchronization problem between hair cursor and mouse cursor in
|
||||||
wmagnify with mouse cursor at the screen edge (Jon Diercks <jon@diercks.net>)
|
wmagnify with mouse cursor at the screen edge (Jon Diercks <jon@diercks.net>)
|
||||||
- Fixed 2 focus switching related bugs (Allan Peramaki <aperamak@cc.hut.fi>)
|
- Fixed 2 focus switching related bugs (Allan Peramaki <aperamak@cc.hut.fi>)
|
||||||
|
- Fixed a bug that made the crash panel to be shown again and again when the
|
||||||
|
'Restart Window Maker' option was selected, under some circumstances.
|
||||||
|
|
||||||
|
|
||||||
Changes since version 0.80.1:
|
Changes since version 0.80.1:
|
||||||
|
|||||||
@@ -2750,6 +2750,10 @@ wMenuRestoreState(WScreen *scr)
|
|||||||
{
|
{
|
||||||
WMPropList *menus, *menu, *key, *skey;
|
WMPropList *menus, *menu, *key, *skey;
|
||||||
|
|
||||||
|
if (!scr->session_state) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
key = WMCreatePLString("Menus");
|
key = WMCreatePLString("Menus");
|
||||||
menus = WMGetFromPLDictionary(scr->session_state, key);
|
menus = WMGetFromPLDictionary(scr->session_state, key);
|
||||||
WMReleasePropList(key);
|
WMReleasePropList(key);
|
||||||
|
|||||||
Reference in New Issue
Block a user