[omemo] Keep compatibility with Gtk 3.20

This commit is contained in:
Philipp Hörist
2018-10-13 14:52:39 +02:00
parent 312fd98efe
commit 19acf229ac
2 changed files with 3 additions and 3 deletions

View File

@@ -220,10 +220,10 @@ class OMEMOConfigDialog(GajimPluginConfigDialog):
pixbuf = GdkPixbuf.Pixbuf.new_from_file(path)
self.qrcode.set_from_pixbuf(pixbuf)
self.qrcode.show()
self.qrinfo.set_revealed(False)
self.qrinfo.hide()
else:
self.qrinfo.set_revealed(True)
self.qrcode.hide()
self.qrinfo.show()
def human_hash(self, fpr):
fpr = fpr.upper()