summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2009-02-03 08:39:34 +0000
committerLuca Ferretti <lferrett@src.gnome.org>2009-02-03 08:39:34 +0000
commit00192b019c0537aa104eb26579f9debcc09e1c2d (patch)
treefc8edf9a6b01c5d05f42bdf4496a73434c0242b3 /ChangeLog
parent21416f453a288d97ab740553494d2d66d4cb9c70 (diff)
downloadmutter-00192b019c0537aa104eb26579f9debcc09e1c2d.tar.gz
Fix description, focus the desktop, not desktop backgroung (Closes bug
2009-02-03 Luca Ferretti <elle.uca@libero.it> * src/include/all-keybindings.h: Fix description, focus the desktop, not desktop backgroung (Closes bug #569649) svn path=/trunk/; revision=4112
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 668c60078..54a3caea1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-03 Luca Ferretti <elle.uca@libero.it>
+
+ * src/include/all-keybindings.h: Fix description, focus the
+ desktop, not desktop backgroung (Closes bug #569649)
+
2009-02-02 Matt Kraai <kraai@ftfbs.org>
* src/core/schema-bindings.c: Wrap g_error calls in braces.