summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-12-24 20:39:00 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-12-24 20:39:00 +0000
commit151ddc08ecfb58a56a7f035fdb9374763128a65c (patch)
tree9708f1abf3d13f52ab71e6603a9396aa9cd6a150
parentb81c7c48d5180762375d86256562abac85609f38 (diff)
downloadmetacity-151ddc08ecfb58a56a7f035fdb9374763128a65c.tar.gz
add screenshot commands which had mistakenly been removed; closes #564343,
* src/metacity.schemas.in.in: add screenshot commands which had mistakenly been removed; closes #564343, Launchpad bug 298463, Red Hat bug 474635, and probably others. svn path=/trunk/; revision=4062
-rw-r--r--ChangeLog6
-rw-r--r--src/metacity.schemas.in.in32
2 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b80751e3..cc8fb373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-24 Yanko Kaneti <yaneti@declera.com>
+
+ * src/metacity.schemas.in.in: add screenshot commands which had
+ mistakenly been removed; closes #564343, Launchpad bug 298463,
+ Red Hat bug 474635, and probably others.
+
2008-12-24 Thomas Thurman <tthurman@gnome.org>
* src/include/all-keybindings.h: fix move_to_corner_se
diff --git a/src/metacity.schemas.in.in b/src/metacity.schemas.in.in
index b3a0ec40..41b7c267 100644
--- a/src/metacity.schemas.in.in
+++ b/src/metacity.schemas.in.in
@@ -467,6 +467,38 @@
</locale>
</schema>
+ <schema>
+ <key>/schemas/apps/metacity/keybinding_commands/command_screenshot</key>
+ <applyto>/apps/metacity/keybinding_commands/command_screenshot</applyto>
+ <owner>metacity</owner>
+ <type>string</type>
+ <default>gnome-screenshot</default>
+ <locale name="C">
+ <short>The screenshot command</short>
+ <long>
+ The /apps/metacity/global_keybindings/run_command_screenshot
+ key defines a keybinding which causes the command specified
+ by this setting to be invoked.
+ </long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/metacity/keybinding_commands/command_window_screenshot</key>
+ <applyto>/apps/metacity/keybinding_commands/command_window_screenshot</applyto>
+ <owner>metacity</owner>
+ <type>string</type>
+ <default>gnome-screenshot --window</default>
+ <locale name="C">
+ <short>The window screenshot command</short>
+ <long>
+ The /apps/metacity/global_keybindings/run_command_window_screenshot
+ key defines a keybinding which causes the command specified
+ by this setting to be invoked.
+ </long>
+ </locale>
+ </schema>
+
<!-- Schemas below are generated by schema-bindings.c when this file
becomes metacity.schemas.in
-->