summaryrefslogtreecommitdiffstats
path: root/tdmlib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-07-16 14:35:39 +0900
committerMavridis Philippe <mavridisf@gmail.com>2022-07-17 14:44:44 +0300
commit14bc816be9c921a6b004e0b0419e0c4c2f010b8c (patch)
tree83af2c09a0b99e564f8577b01e283de2ced7a0b7 /tdmlib
parentd6db1a583cc495ae318872e298f200ee1da673d9 (diff)
downloadtdebase-14bc816be9c921a6b004e0b0419e0c4c2f010b8c.tar.gz
tdebase-14bc816be9c921a6b004e0b0419e0c4c2f010b8c.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>
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 471095d7e..545a96a61 100644
--- a/tdmlib/kgreet_winbind.cpp
+++ b/tdmlib/kgreet_winbind.cpp
@@ -91,8 +91,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;