~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to WindowManager/src/WindowManager.addin.xml

Fix xml files and a couple crashes

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        <Extension path = "/Do/Action">
25
25
                <Action type="WindowManager.ScreenTileAction" />
26
26
        </Extension>
 
27
        <Extension path = "/Do/Action">
 
28
                <Action type="WindowManager.ScreenRestoreAction" />
 
29
        </Extension>
27
30
        <Extension path = "/Do/ItemSource">
28
31
                <ItemSource type="WindowManager.ScreenItemSource" />
29
32
        </Extension>