minor fix

This commit is contained in:
DYefremov
2020-07-12 22:28:49 +03:00
parent 8c827b126f
commit 8a2539d57b
2 changed files with 2 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ class DownloadDialog:
@run_task
def download(self, download, d_type):
""" Download/upload data from/to receiver """
self._expander.set_expanded(True)
GLib.idle_add(self._expander.set_expanded, True)
self.clear_output()
backup, backup_src, data_path = self._settings.backup_before_downloading, None, None

View File

@@ -3016,8 +3016,7 @@ Author: Dmitriy Yefremov
<property name="valign">center</property>
<property name="margin_left">10</property>
<property name="margin_right">10</property>
<property name="pixel_size">24</property>
<property name="icon_name">network-offline</property>
<property name="icon_name">network-offline-symbolic</property>
</object>
<packing>
<property name="expand">False</property>