Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 6f96ffda8b8309fb9c58db5e0ddbde2c > files > 25

kdebase-3.5.4-2.1.20060mlcs4.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;