Rename startkde to starttde

pull/1/head
Timothy Pearson 13 years ago
parent 4a8763eacc
commit ba2ffae01c

@ -248,7 +248,7 @@ KMixWindow::saveConfig()
config->writeEntry( "TrayVolumeControl", m_volumeWidget );
config->writeEntry( "Tickmarks", m_showTicks );
config->writeEntry( "Labels", m_showLabels );
config->writeEntry( "startkdeRestore", m_onLogin );
config->writeEntry( "starttdeRestore", m_onLogin );
config->writeEntry( "DockIconMuting", m_dockIconMuting );
Mixer* mixerMasterCard = Mixer::masterCard();
if ( mixerMasterCard != 0 ) {
@ -299,7 +299,7 @@ KMixWindow::loadConfig()
m_showTicks = config->readBoolEntry("Tickmarks", true);
m_showLabels = config->readBoolEntry("Labels", true);
const TQString& valueStyleString = config->readEntry("ValueStyle", "None");
m_onLogin = config->readBoolEntry("startkdeRestore", true );
m_onLogin = config->readBoolEntry("starttdeRestore", true );
m_dockIconMuting = config->readBoolEntry( "DockIconMuting", false);
m_startVisible = config->readBoolEntry("Visible", true);
m_multiDriverMode = config->readBoolEntry("MultiDriver", false);

@ -1,6 +1,6 @@
[Desktop Entry]
X-KDE-autostart-phase=1
X-KDE-autostart-condition=kmixrc::startkdeRestore:true
X-KDE-autostart-condition=kmixrc::starttdeRestore:true
Type=Application
Exec=kmixctrl --restore
OnlyShowIn=KDE;

Loading…
Cancel
Save