Same as prior commit

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1176551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 15 years ago
parent 4e9fd5f6e0
commit a56441c546

@ -132,7 +132,7 @@
<whatsthis></whatsthis> <whatsthis></whatsthis>
</entry> </entry>
<entry key="ShadowEnabled" type="Bool"> <entry key="ShadowEnabled" type="Bool">
<default>true</default> <default>false</default>
<label>Enable text shadow</label> <label>Enable text shadow</label>
<whatsthis>Check here to enable a shadow outline around the desktop font. This also improves the readability of the desktop text against backgrounds of a similar color.</whatsthis> <whatsthis>Check here to enable a shadow outline around the desktop font. This also improves the readability of the desktop text against backgrounds of a similar color.</whatsthis>
</entry> </entry>

@ -65,6 +65,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "containerarea.h" #include "containerarea.h"
// #define INCLUDE_LOCK_APPLET_BY_DEFAULT
// for multihead // for multihead
extern int kicker_screen_number; extern int kicker_screen_number;
@ -265,6 +267,7 @@ void ContainerArea::defaultContainerConfig()
containers.append(a); containers.append(a);
} }
#ifdef INCLUDE_LOCK_APPLET_BY_DEFAULT
// lock applet // lock applet
a = manager->createAppletContainer( a = manager->createAppletContainer(
"lockout.desktop", "lockout.desktop",
@ -277,6 +280,7 @@ void ContainerArea::defaultContainerConfig()
a->setFreeSpace(1); a->setFreeSpace(1);
containers.append(a); containers.append(a);
} }
#endif
for (BaseContainer::Iterator it = containers.begin(); for (BaseContainer::Iterator it = containers.begin();
it != containers.end(); it != containers.end();

Loading…
Cancel
Save