removing stuck popup

This commit is contained in:
Grassmunk 2020-05-30 10:15:00 -07:00
parent b86a019713
commit 7eeb3dfff4

View File

@ -1218,13 +1218,6 @@ class plusGTK:
self.install_sounds, self.install_colors, self.install_fonts, self.install_screensaver) self.install_sounds, self.install_colors, self.install_fonts, self.install_screensaver)
print(options) print(options)
print(checks) print(checks)
#self.warning_msg(title="Installing", message="Installing {}.\n This will take a few moments, inkscape may open to convert icons.".format(self.theme_config['theme_name']))
self.warning_popup = self.builder.get_object("Warning")
warning_dialogue = self.builder.get_object("warning_label")
self.warning_popup.set_title("Installing")
warning_dialogue.set_text("Installing {}.\n This will take a few moments, inkscape may open to convert icons.".format(self.theme_config['theme_name']))
self.warning_popup.show_all()
self.theme.go(cursors=self.install_cursors, icons=self.install_icons, wallpaper=self.install_wallpaper, self.theme.go(cursors=self.install_cursors, icons=self.install_icons, wallpaper=self.install_wallpaper,
sounds=self.install_sounds, colors=self.install_colors, fonts=self.install_fonts, screensaver=self.install_screensaver) sounds=self.install_sounds, colors=self.install_colors, fonts=self.install_fonts, screensaver=self.install_screensaver)