Commit 11c1f741b8ea358d7533b2588513666b94d0dde5
1 parent
49971881
Exists in
master
and in
2 other branches
Adjusting default action lists.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
schemas/linux/window.gschema.xml.in
@@ -105,13 +105,13 @@ | @@ -105,13 +105,13 @@ | ||
105 | </key> | 105 | </key> |
106 | 106 | ||
107 | <key name="toolbar-action-names" type="s"> | 107 | <key name="toolbar-action-names" type="s"> |
108 | - <default>'win.copy,win.paste,win.select-all,separator,win.connect,win.disconnect,separator,win.session.properties,win.file.transfer,win.print,win.close'</default> | 108 | + <default>'win.copy,win.paste,win.select-all,separator,win.clear,win.erase-input,separator,win.print,separator,win.zoom-out,win.zoom-fit-best,win.zoom-in'</default> |
109 | <summary>The toolbar action list</summary> | 109 | <summary>The toolbar action list</summary> |
110 | <description></description> | 110 | <description></description> |
111 | </key> | 111 | </key> |
112 | 112 | ||
113 | <key name="header-action-names" type="s"> | 113 | <key name="header-action-names" type="s"> |
114 | - <default>'win.disconnect,win.reconnect,win.file.transfer,win.print:menu.open-menu'</default> | 114 | + <default>':menu.open-menu,win.disconnect,win.reconnect'</default> |
115 | <summary>The title bar action list</summary> | 115 | <summary>The title bar action list</summary> |
116 | <description></description> | 116 | <description></description> |
117 | </key> | 117 | </key> |