[PC-BSD Commits] r17599 - pcbsd/current/src-qt4/pc-usermanager
svn at pcbsd.org
svn at pcbsd.org
Tue Jul 3 10:10:12 PDT 2012
Author: kris
Date: 2012-07-03 17:10:12 +0000 (Tue, 03 Jul 2012)
New Revision: 17599
Modified:
pcbsd/current/src-qt4/pc-usermanager/pcbsdusermanager.cpp
pcbsd/current/src-qt4/pc-usermanager/pcbsdusermanager.ui
Log:
Fix a bug in the user manager, where it prompts to save after we already have.
Also resize the default dialog a bit to make buttion text visible
Submitted by: Josh Smith
Modified: pcbsd/current/src-qt4/pc-usermanager/pcbsdusermanager.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-usermanager/pcbsdusermanager.cpp 2012-07-03 17:07:44 UTC (rev 17598)
+++ pcbsd/current/src-qt4/pc-usermanager/pcbsdusermanager.cpp 2012-07-03 17:10:12 UTC (rev 17599)
@@ -92,6 +92,7 @@
if (back->commit())
{
pushSave->setEnabled(false);
+ changesMade = false;
}
}
Modified: pcbsd/current/src-qt4/pc-usermanager/pcbsdusermanager.ui
===================================================================
--- pcbsd/current/src-qt4/pc-usermanager/pcbsdusermanager.ui 2012-07-03 17:07:44 UTC (rev 17598)
+++ pcbsd/current/src-qt4/pc-usermanager/pcbsdusermanager.ui 2012-07-03 17:10:12 UTC (rev 17599)
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>481</width>
- <height>301</height>
+ <width>521</width>
+ <height>314</height>
</rect>
</property>
<property name="windowTitle">
More information about the Commits
mailing list