minor fix

This commit is contained in:
DYefremov
2020-07-12 22:28:49 +03:00
parent 4fd2a2a600
commit 29c66142ee
2 changed files with 2 additions and 2 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

@@ -2923,7 +2923,7 @@ Author: Dmitriy Yefremov
<property name="tooltip_text" translatable="yes">No connection to the receiver!</property>
<property name="margin_left">10</property>
<property name="margin_right">10</property>
<property name="icon_name">network-offline</property>
<property name="icon_name">network-offline-symbolic</property>
</object>
<packing>
<property name="expand">False</property>