diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 00:12:51 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 00:12:51 -0500 |
commit | 3421d01bb00aaf52883a4d21eade96e9c663e05d (patch) | |
tree | f294c52c8d1d12774629a2d410ec157504af3f57 /tdm/kfrontend/themes | |
parent | 9804217b51b058fed43a060a746f543da044b2a5 (diff) | |
download | tdebase-3421d01bb00aaf52883a4d21eade96e9c663e05d.tar.gz tdebase-3421d01bb00aaf52883a4d21eade96e9c663e05d.zip |
Fix TDM hang in certain circumstances when themed greeter is deleted
This resolves Bug 1453
Resolve themed greeter drawing inconsistencies between composited and non-composited mode
Diffstat (limited to 'tdm/kfrontend/themes')
-rw-r--r-- | tdm/kfrontend/themes/o2_enterprise/enterprise.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdm/kfrontend/themes/o2_enterprise/enterprise.xml b/tdm/kfrontend/themes/o2_enterprise/enterprise.xml index cf8aecd32..39f159b00 100644 --- a/tdm/kfrontend/themes/o2_enterprise/enterprise.xml +++ b/tdm/kfrontend/themes/o2_enterprise/enterprise.xml @@ -6,7 +6,7 @@ <pos width="100%" x="0" y="0" height="100%" /> </item> <item type="pixmap" > - <normal file="Dialog.png" /> + <normal alpha="1.0" file="Dialog.png" /> <pos width="640" x="50%" y="50%" anchor="c" height="400" /> <item type="label" id="clock" > <normal color="#000000" font="Sans 10" /> |