summaryrefslogtreecommitdiffstats
path: root/tdmlib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-07-16 14:35:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-07-18 00:12:20 +0900
commitab384ed0d51428fb99a8118466411b49f4865c37 (patch)
treeab9a5f36672e2315d642e2dcbdd91ac0727b07ba /tdmlib
parent90ea879f2be848f48846cf769cf3f1e03c4b9128 (diff)
downloadtdebase-ab384ed0d51428fb99a8118466411b49f4865c37.tar.gz
tdebase-ab384ed0d51428fb99a8118466411b49f4865c37.zip
Use Scale & Crop as default style for wallpaper.
Add more options to "Set as Background" menu in Konqueror. This resolves issue #280 and issue #281. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 14bc816be9c921a6b004e0b0419e0c4c2f010b8c)
Diffstat (limited to 'tdmlib')
-rw-r--r--tdmlib/kgreet_winbind.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tdmlib/kgreet_winbind.cpp b/tdmlib/kgreet_winbind.cpp
index aa7e39b18..3ee155ce6 100644
--- a/tdmlib/kgreet_winbind.cpp
+++ b/tdmlib/kgreet_winbind.cpp
@@ -89,8 +89,10 @@ KWinbindGreeter::KWinbindGreeter( KGreeterPluginHandler *_handler,
themer = 0;
if (!themer)
+ {
grid = new TQGridLayout( 0, 0, 10 );
layoutItem = TQT_TQLAYOUTITEM(grid);
+ }
domainLabel = loginLabel = passwdLabel = passwd1Label = passwd2Label = 0;
domainCombo = 0;