[sawfish] comment-string fix in tab-group-window
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish] comment-string fix in tab-group-window
- Date: Fri, 18 Feb 2011 18:38:56 +0000 (UTC)
commit 7e5c99f9e8d3129250a34e4de9aaab1700103448
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Fri Feb 18 19:38:25 2011 +0100
comment-string fix in tab-group-window
lisp/sawfish/wm/tabs/tabgroup.jl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lisp/sawfish/wm/tabs/tabgroup.jl b/lisp/sawfish/wm/tabs/tabgroup.jl
index 82c41dc..f917de1 100644
--- a/lisp/sawfish/wm/tabs/tabgroup.jl
+++ b/lisp/sawfish/wm/tabs/tabgroup.jl
@@ -242,8 +242,8 @@ sticky, unsticky, fixed-position."
;; Entry points
(define (tab-group-window w win)
"Add window W to tabgroup containing WIN."
- ;; don't add a window as tab, if it exists
- ;; on another workspace or viewport
+ ;; don't add a window as tab, if it already
+ ;; exists on another workspace
(when (not (cdr (window-get win 'workspaces)))
;; from tabgroup to tabgroup
(when (window-tabbed-p w)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]