Re: [PATCH 1/4] WINGs: add functions to set widget background image

2014-12-09 Thread Rodolfo García Peñas
Hello, I am not sure, but this patch is not the patch in the git. There are other patches about that later? The difference is: > -WINGS_AGE=0 > +WINGS_AGE=1 But in the git WINGS_AGE=0. Cheers, kix On Wed, 10 Dec 2014, David Maciejak escribió: > ok patch enclosed. > > Carlos could you pleas

Re: [PATCH 1/4] WINGs: add functions to set widget background image

2014-12-09 Thread David Maciejak
ok patch enclosed. Carlos could you please amend commit 467b7ee4560f124f7469a2a630cb35d477cc0444 ? thx, david [PATCH] WINGs: increment version This patch is incrementing version number as the API changed. --- WINGs/WINGs/WINGs.h | 2 +- configure.ac| 4 ++-- 2 files changed, 3 insertio

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-161-ga3f2e4b8

2014-12-09 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated discards 2f0ab97c5795b0912a6a576423c68af4332d0cff (commit) discards d1a4982d64fabf99e

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-161-g2f0ab97c

2014-12-09 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated via 2f0ab97c5795b0912a6a576423c68af4332d0cff (commit) via d1a4982d64fabf99e

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-137-gb190ab4b

2014-12-09 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated via b190ab4b5ea9e3e3c7236f4146a5ff76dd2ac153 (commit) via 86fea0978f0c20a6b

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-129-gd387ccd4

2014-12-09 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated discards 577481d76af08197214a24039281efd0f4c33fe0 (commit) discards f464856f55ddf8d29

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-129-g577481d7

2014-12-09 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated via 577481d76af08197214a24039281efd0f4c33fe0 (commit) via f464856f55ddf8d29

[PATCH 2/2] merge with b61141322db2aba56dcf18b748dd45f7dec9dab0 (2)

2014-12-09 Thread Christophe CURIS
taking opportunity to correct a comment that was not totally right. --- src/motif.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/motif.c b/src/motif.c index 514be4d..7eaba31 100644 --- a/src/motif.c +++ b/src/motif.c @@ -94,9 +94,11 @@ static void setupMWMHints(W

[PATCH 1/2] merge with b61141322db2aba56dcf18b748dd45f7dec9dab0 (1)

2014-12-09 Thread Christophe CURIS
Clarification of the comment as reported by Josip --- src/motif.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/motif.c b/src/motif.c index f069462..514be4d 100644 --- a/src/motif.c +++ b/src/motif.c @@ -112,9 +112,9 @@ static void setupMWMHints(WWindow *wwin, MWMHi

Re: [PATCH 18/23] wmaker: add code to explicitly ignore Motif-WM flags we don't want to handle

2014-12-09 Thread Christophe
- Josip Deanovic a écrit : > Quoting message written on Monday 2014-12-08 22:42:39: > > The goal is to explain the reason why we don't do anything about them, > > so people looking at the code in the future will know why it is this > > way. The expected side effect is also to silent warnings

[PATCH (whome)] Update wmifinfo on dockapps webpage.

2014-12-09 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index de71684..5ea3f7c 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -235,7 +235,7 @@ dockapps = 329 category = System Monitoring [wmifinfo

Re: [PATCH 18/23] wmaker: add code to explicitly ignore Motif-WM flags we don't want to handle

2014-12-09 Thread Josip Deanovic
Quoting message written on Monday 2014-12-08 22:42:39: > The goal is to explain the reason why we don't do anything about them, > so people looking at the code in the future will know why it is this > way. The expected side effect is also to silent warnings > [-Wunused-macros] from gcc. [...] > @@