[Uludag-commits] r16987 - branches/yali4/yali4/gui

uludag-commits at pardus.org.tr uludag-commits at pardus.org.tr
5 Şub 2008 Sal 16:41:20 EET


Author: gokmen.goksel
Date: Tue Feb  5 16:41:20 2008
New Revision: 16987

Modified:
   branches/yali4/yali4/gui/ScrBootloader.py
Log:
* update the gui..

Modified: branches/yali4/yali4/gui/ScrBootloader.py
=================================================================
--- branches/yali4/yali4/gui/ScrBootloader.py	(original)
+++ branches/yali4/yali4/gui/ScrBootloader.py	Tue Feb  5 16:41:20 2008
@@ -123,6 +123,7 @@
         # first delete partitions on device
         dev.deleteAllPartitions()
         dev.commit()
+        ctx.mainScreen.processEvents()
 
         p = dev.addPartition(None,
                              parttype.root.parted_type,
@@ -133,6 +134,7 @@
 
         # create the partition
         dev.commit()
+        ctx.mainScreen.processEvents()
 
         # make partition requests
         ctx.partrequests.append(request.MountRequest(p, parttype.root))
@@ -186,11 +188,13 @@
         # Auto Partitioning
         if ctx.installData.autoPartDev:
             info.show()
+            ctx.mainScreen.processEvents()
             ctx.partrequests.remove_all()
             ctx.use_autopart = True
             self.autopartDevice()
             time.sleep(2)
             info.updateMessage(_("Formatting ..."))
+            ctx.mainScreen.processEvents()
             ctx.partrequests.applyAll()
 
         # Manual Partitioning


Uludag-commits mesaj listesiyle ilgili daha fazla bilgi