[Xfce4-commits] <xfmpc:master> main-window: Don't set window sticky by default

Mike Massonnet noreply at xfce.org
Sat Aug 13 10:54:01 CEST 2011


Updating branch refs/heads/master
         to e25f572063f6e73b99ca03232bcb371612b17b19 (commit)
       from 3530c077e5ef2b11ba16edaa735ce2af3cf492e5 (commit)

commit e25f572063f6e73b99ca03232bcb371612b17b19
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sun Jul 31 14:05:45 2011 +0200

    main-window: Don't set window sticky by default

 src/preferences.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/preferences.vala b/src/preferences.vala
index 96487cc..fa3d2a0 100644
--- a/src/preferences.vala
+++ b/src/preferences.vala
@@ -107,7 +107,7 @@ namespace Xfmpc {
 			_last_window_posy = 100;
 			_last_window_width = 330;
 			_last_window_height = 330;
-			_last_window_state_sticky = true;
+			_last_window_state_sticky = false;
 			_playlist_autocenter = true;
 			_mpd_hostname = "localhost";
 			_mpd_port = 6600;


More information about the Xfce4-commits mailing list