[gnome-shell] gnome-shell.in: Make xephr available within the scope of run_shell
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] gnome-shell.in: Make xephr available within the scope of run_shell
- Date: Wed, 22 Sep 2010 18:42:19 +0000 (UTC)
commit 8591a2fc098e52808d679bc15272e6ff6c76ad06
Author: Adel Gadllah <adel gadllah gmail com>
Date: Wed Sep 22 20:36:11 2010 +0200
gnome-shell.in: Make xephr available within the scope of run_shell
https://bugzilla.gnome.org/show_bug.cgi?id=629304
src/gnome-shell.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-shell.in b/src/gnome-shell.in
index 794e811..163ecfc 100755
--- a/src/gnome-shell.in
+++ b/src/gnome-shell.in
@@ -303,6 +303,7 @@ def run_shell(perf_output=None):
termattrs = termios.tcgetattr(0);
normal_exit = False
+ xephyr = None
if options.verbose:
print "Starting shell"
@@ -316,7 +317,6 @@ def run_shell(perf_output=None):
os.environ['GNOME_SHELL_NO_REPLACE'] = '1'
shell = start_shell()
else:
- xephyr = None
shell = start_shell(perf_output=perf_output)
# Wait for shell to exit
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]