[PC-BSD Commits] r2195 - pcbsd/trunk/kcmPFManager
svn at pcbsd.org
svn at pcbsd.org
Sat Jun 28 07:24:59 PDT 2008
Author: kris
Date: 2008-06-28 07:24:59 -0700 (Sat, 28 Jun 2008)
New Revision: 2195
Modified:
pcbsd/trunk/kcmPFManager/kcm.cpp
pcbsd/trunk/kcmPFManager/notroot.cpp
Log:
Removed some old debug messages
Modified: pcbsd/trunk/kcmPFManager/kcm.cpp
===================================================================
--- pcbsd/trunk/kcmPFManager/kcm.cpp 2008-06-28 13:49:13 UTC (rev 2194)
+++ pcbsd/trunk/kcmPFManager/kcm.cpp 2008-06-28 14:24:59 UTC (rev 2195)
@@ -42,7 +42,6 @@
// Not in as root
noroot->programInit();
noroot->reparent(this, QPoint());
- QMessageBox::information(this, tr("Restored."), tr("Here we are!"));
}
}
Modified: pcbsd/trunk/kcmPFManager/notroot.cpp
===================================================================
--- pcbsd/trunk/kcmPFManager/notroot.cpp 2008-06-28 13:49:13 UTC (rev 2194)
+++ pcbsd/trunk/kcmPFManager/notroot.cpp 2008-06-28 14:24:59 UTC (rev 2195)
@@ -32,9 +32,7 @@
void NotRoot::programInit()
{
- QMessageBox::information(this, tr("Restored."), tr("Here we are2!"));
connect(pushAdmin, SIGNAL( clicked() ), this, SLOT(slotLaunchAdmin() ) );
-
}
void NotRoot::slotLaunchAdmin()
More information about the Commits
mailing list