Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 257

kdebase-3.4.2-55mdk.src.rpm

--- kdebase-3.1.94/kdeprint/kdeprintfax/confsystem.cpp--	2004-01-02 07:59:05.585232064 -0500
+++ kdebase-3.1.94/kdeprint/kdeprintfax/confsystem.cpp	2004-01-02 07:59:30.489446048 -0500
@@ -97,7 +97,7 @@ void ConfSystem::load() 
 	m_commands << conf->readPathEntry("HylaFax", defaultCommand(hylafax_default_cmd));
 	m_commands << conf->readPathEntry("Mgetty", defaultCommand(mgetty_default_cmd));
 	m_commands << conf->readPathEntry( "Other", QString::null );
-	QString	v = conf->readEntry("System", "efax");
+	QString	v = conf->readEntry("System", "hylafax");
 	if (v == "mgetty") m_current = MGETTY_ID;
 	else if (v == "hylafax") m_current = HYLAFAX_ID;
 	else if ( v == "other" ) m_current = OTHER_ID;