Author: kelnos
Date: 2009-07-29 22:10:52 + (Wed, 29 Jul 2009)
New Revision: 30419
Modified:
xfconf/trunk/xfconf/xfconf-cache.c
Log:
fix a possible reentrancy issue.
a client could re-enter the set function when handling the signal
that reverts a property value after an error. if the old_i
Author: kelnos
Date: 2009-07-29 21:43:07 + (Wed, 29 Jul 2009)
New Revision: 30418
Modified:
xfconf/trunk/NEWS
xfconf/trunk/xfconf/xfconf-binding.c
Log:
revert async property fetch for bindings
with the new caching in place, this doesn't really speed things up
anymore, and was problemati
Author: kelnos
Date: 2009-07-29 21:42:58 + (Wed, 29 Jul 2009)
New Revision: 30417
Added:
xfconf/trunk/xfconf/xfconf-cache.c
xfconf/trunk/xfconf/xfconf-cache.h
Modified:
xfconf/trunk/NEWS
xfconf/trunk/xfconf/Makefile.am
xfconf/trunk/xfconf/xfconf-channel.c
xfconf/trunk/xfconf/
Author: kelnos
Date: 2009-07-29 19:11:56 + (Wed, 29 Jul 2009)
New Revision: 30416
Modified:
xfce4-settings/trunk/xfce4-settings-helper/main.c
Log:
set SmRestartImmediately before calling egg_sm_client_get()
Modified: xfce4-settings/trunk/xfce4-settings-helper/main.c
===
Author: kelnos
Date: 2009-07-29 19:11:28 + (Wed, 29 Jul 2009)
New Revision: 30415
Modified:
libxfce4ui/trunk/libxfce4smclient-private/eggsmclient-xsmp.c
libxfce4ui/trunk/libxfce4smclient-private/eggsmclient.h
Log:
add SmRestartImmediately support to EggSMClient
Modified: libxfce4ui/trun