Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-11-08 23:31:28 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-11-08 23:31:28 (GMT)
commit5c1dbe499fa83f32fb61cdf2acb9ca5424b42acc (patch)
tree2f7c445235b61964f8ffb4e7a787255e123a771e
parentc8cd4bcc4eeb427ffefa9de98d50a27a2f76c72f (diff)
Release 0.51
-rw-r--r--configure.ac2
-rw-r--r--shell/Makefile.am3
-rw-r--r--shell/data/kbdconfig1
-rw-r--r--shell/view/Makefile.am1
4 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 77e70ca..6c904de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([Sugar],[0.49],[],[sugar])
+AC_INIT([Sugar],[0.51],[],[sugar])
AC_PREREQ([2.59])
diff --git a/shell/Makefile.am b/shell/Makefile.am
index a5c8533..885ca5e 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -4,7 +4,8 @@ bin_SCRIPTS = \
sugar-activity \
sugar-activity-factory \
sugar-log-viewer \
- sugar-shell
+ sugar-shell \
+ sugar-shutdown
sugardir = $(pkgdatadir)/shell
sugar_PYTHON = \
diff --git a/shell/data/kbdconfig b/shell/data/kbdconfig
index 967361a..30e4953 100644
--- a/shell/data/kbdconfig
+++ b/shell/data/kbdconfig
@@ -8,3 +8,4 @@
F12=!sugar-log-viewer
<Alt>q=!sugar-emulator-shutdown
+<Alt><Shift>Escape=!sugar-shutdown
diff --git a/shell/view/Makefile.am b/shell/view/Makefile.am
index 0e3951a..bf77593 100644
--- a/shell/view/Makefile.am
+++ b/shell/view/Makefile.am
@@ -9,4 +9,5 @@ sugar_PYTHON = \
BuddyMenu.py \
OverlayWindow.py \
Shell.py \
+ dconmanager.py \
stylesheet.py