Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 1bfaf7416ea43622c6880a54aced67c4 > files > 3

kbiff-3.8-alt2.src.rpm

diff -uNr kbiff-3.7.old/kbiff/main.cpp kbiff-3.7/kbiff/main.cpp
--- kbiff-3.7.old/kbiff/main.cpp	2003-09-11 18:52:26 +0400
+++ kbiff-3.7/kbiff/main.cpp	2003-10-27 12:13:07 +0300
@@ -46,6 +46,11 @@
     profile = args->getOption("profile");
     have_profile = true;
   }
+  else
+  {
+    profile = "Inbox";
+    have_profile = true;
+  }
 
   args->clear();
 
diff -uNr kbiff-3.7.old/kbiff/setupdlg.cpp kbiff-3.7/kbiff/setupdlg.cpp
--- kbiff-3.7.old/kbiff/setupdlg.cpp	2003-09-11 18:52:26 +0400
+++ kbiff-3.7/kbiff/setupdlg.cpp	2003-10-27 12:24:48 +0300
@@ -839,7 +839,7 @@
   checkRunCommand->setChecked(config->readBoolEntry("RunCommand", false));
   checkPlaySound->setChecked(config->readBoolEntry("PlaySound", false));
   checkBeep->setChecked(config->readBoolEntry("SystemBeep", true));
-  checkNotify->setChecked(config->readBoolEntry("Notify", true));
+  checkNotify->setChecked(config->readBoolEntry("Notify", false));
   checkStatus->setChecked(config->readBoolEntry("Status", true));
   editRunCommand->setText(config->readEntry("RunCommandPath"));
   editPlaySound->setText(config->readEntry("PlaySoundPath"));