changeset: 1502:15761ac5e2f1
tag: 5.7.2
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Sun Sep 27 20:20:10 2009 +0100
files: config.mk dwm.c
description:
applied Ryan Zheng's patch and re-releasing 5.7.2
diff -r 496694696a61 -r 15761ac5e2f1 config.mk
--- a/config.mk Sun Sep 27 10:31:20 2009 +0100
+++ b/config.mk Sun Sep 27 20:20:10 2009 +0100
@@ -1,5 +1,5 @@
# dwm version
-VERSION = 5.7.1
+VERSION = 5.7.2
# Customize below to fit your system
diff -r 496694696a61 -r 15761ac5e2f1 dwm.c
--- a/dwm.c Sun Sep 27 10:31:20 2009 +0100
+++ b/dwm.c Sun Sep 27 20:20:10 2009 +0100
@@ -1449,10 +1449,9 @@
setlayout(const Arg *arg) {
if(!arg || !arg->v || arg->v != selmon->lt[selmon->sellt])
selmon->sellt ^= 1;
- if(arg && arg->v) {
+ if(arg && arg->v)
selmon->lt[selmon->sellt] = (Layout *)arg->v;
- strncpy(selmon->ltsymbol, selmon->lt[selmon->sellt]->symbol, sizeof selmon->ltsymbol);
- }
+ strncpy(selmon->ltsymbol, selmon->lt[selmon->sellt]->symbol, sizeof selmon->ltsymbol);
if(selmon->sel)
arrange(selmon);
else
Received on Sun Sep 27 2009 - 18:20:06 UTC
This archive was generated by hypermail 2.2.0 : Sun Sep 27 2009 - 18:24:07 UTC