mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kcontrol: default to Oxygen_White for cursor theme in runRdb() function
same default as KGlobalSettings, there should be getter for this.. Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
db203273a6
commit
0f6c1bf16e
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ void runRdb( uint flags )
|
|||
|
||||
// Export the Xcursor theme & size settings
|
||||
KConfigGroup mousecfg(KSharedConfig::openConfig( "kcminputrc" ), "Mouse" );
|
||||
QString theme = mousecfg.readEntry("cursorTheme", QString());
|
||||
QString theme = mousecfg.readEntry("cursorTheme", QString("Oxygen_White"));
|
||||
QString size = mousecfg.readEntry("cursorSize", QString());
|
||||
QString contents;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue