Fixed check display dialog box
svn: r1283
This commit is contained in:
parent
531c0efe74
commit
f7fea013a9
@ -140,7 +140,7 @@ class CheckIntegrity:
|
|||||||
blink = len(self.broken_links)
|
blink = len(self.broken_links)
|
||||||
plink = len(self.broken_parent_links)
|
plink = len(self.broken_parent_links)
|
||||||
rel = len(self.fam_rel)
|
rel = len(self.fam_rel)
|
||||||
|
|
||||||
errors = blink + efam + photos + rel
|
errors = blink + efam + photos + rel
|
||||||
|
|
||||||
if errors == 0:
|
if errors == 0:
|
||||||
@ -209,7 +209,7 @@ class CheckIntegrity:
|
|||||||
top = topDialog.get_widget("summary")
|
top = topDialog.get_widget("summary")
|
||||||
textwindow = topDialog.get_widget("textwindow")
|
textwindow = topDialog.get_widget("textwindow")
|
||||||
topDialog.get_widget("summaryTitle").set_text(title)
|
topDialog.get_widget("summaryTitle").set_text(title)
|
||||||
textwindow.show_string(text)
|
textwindow.get_buffer().set_text(text)
|
||||||
top.show()
|
top.show()
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user