sawfish r4205 - in trunk: . lisp/sawfish/wm/session
- From: jkozicki svn gnome org
- To: svn-commits-list gnome org
- Subject: sawfish r4205 - in trunk: . lisp/sawfish/wm/session
- Date: Thu, 17 Jan 2008 00:04:15 +0000 (GMT)
Author: jkozicki
Date: Thu Jan 17 00:04:15 2008
New Revision: 4205
URL: http://svn.gnome.org/viewvc/sawfish?rev=4205&view=rev
Log:
Apply patch from debian by Luis Rodrigo Gallardo Cruz:
Noprop desktop save
Sawfish saves the size of the desktop window, and although nautilus requests
the widget to be the same size as your screen it's forced to the size that
sawfish saved..
http://bugzilla.gnome.org/show_bug.cgi?id=351673
http://bugs.debian.org/234655
also fixed MAINTAINERS file.
Modified:
trunk/MAINTAINERS
trunk/lisp/sawfish/wm/session/save.jl
Modified: trunk/MAINTAINERS
==============================================================================
--- trunk/MAINTAINERS (original)
+++ trunk/MAINTAINERS Thu Jan 17 00:04:15 2008
@@ -1 +1,5 @@
-Janek Kozicki <cosurgi gmail com>
+
+Janek Kozicki
+E-mail: cosurgi gmail com
+Userid: jkozicki
+
Modified: trunk/lisp/sawfish/wm/session/save.jl
==============================================================================
--- trunk/lisp/sawfish/wm/session/save.jl (original)
+++ trunk/lisp/sawfish/wm/session/save.jl Thu Jan 17 00:04:15 2008
@@ -73,6 +73,7 @@
(user-login-name) (system-name)
sawfish-version (current-time-string))
(map-windows (lambda (w)
- (sm-print-alist file (sm-get-window-state w))))
+ (and (not (desktop-window-p w))
+ (sm-print-alist file (sm-get-window-state w)))))
t)
(close-file file))))))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]