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 a657fafcceaeafbd8395068268b1a2117cf7db0b (commit)
via a23e42639afccb24005d524e97dc58b9971c159c (commit)
from fd7b1173461c0764db1cedc3c6602d68cb7a627e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/a657fafcceaeafbd8395068268b1a2117cf7db0b
commit a657fafcceaeafbd8395068268b1a2117cf7db0b
Author: BALATON Zoltan <[email protected]>
Date: Fri Feb 8 18:41:02 2013 +0100
WPrefs: Fix single click activation button in Icon preferences
Forgot to connect the button to the corresponding defaults key so it
was not working properly.
diff --git a/WPrefs.app/Icons.c b/WPrefs.app/Icons.c
index 97b3c2f..98352a1 100644
--- a/WPrefs.app/Icons.c
+++ b/WPrefs.app/Icons.c
@@ -99,8 +99,8 @@ static void showData(_Panel * panel)
char *def = "blh";
WMSetButtonSelected(panel->arrB, GetBoolForKey("AutoArrangeIcons"));
-
WMSetButtonSelected(panel->omnB, GetBoolForKey("StickyIcons"));
+ WMSetButtonSelected(panel->sclB, GetBoolForKey("SingleClickLaunch"));
str = GetStringForKey("IconPosition");
if (!str)
@@ -287,6 +287,7 @@ static void storeData(_Panel * panel)
SetBoolForKey(WMGetButtonSelected(panel->arrB), "AutoArrangeIcons");
SetBoolForKey(WMGetButtonSelected(panel->omnB), "StickyIcons");
+ SetBoolForKey(WMGetButtonSelected(panel->sclB), "SingleClickLaunch");
SetIntegerForKey(WMGetPopUpButtonSelectedItem(panel->sizeP) * 8 + 24,
"IconSize");
http://repo.or.cz/w/wmaker-crm.git/commit/a23e42639afccb24005d524e97dc58b9971c159c
commit a23e42639afccb24005d524e97dc58b9971c159c
Author: Carlos R. Mafra <[email protected]>
Date: Thu Jan 31 01:00:42 2013 +0000
wmgenmenu: Add XBMC entry
diff --git a/util/wmgenmenu.h b/util/wmgenmenu.h
index 8e6cd82..18eb8d9 100644
--- a/util/wmgenmenu.h
+++ b/util/wmgenmenu.h
@@ -109,6 +109,7 @@ char *Multimedia[MAX_NR_APPS][2] = {
{ N_("Gcd"), "gcd" },
{ N_("XawTV"), "xawtv" },
{ N_("XPlayCD"), "xplaycd" },
+ { N_("XBMC"), "xbmc" },
{ NULL, NULL}
};
-----------------------------------------------------------------------
Summary of changes:
WPrefs.app/Icons.c | 3 ++-
util/wmgenmenu.h | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].