Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gajim
gajim-plugins
Commits
6c68505c
Commit
6c68505c
authored
Mar 29, 2021
by
Daniel Brötzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[preview] Add back no_show_all for Windows systems
parent
e4c1d26a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
url_image_preview/url_image_preview.py
url_image_preview/url_image_preview.py
+3
-0
No files found.
url_image_preview/url_image_preview.py
View file @
6c68505c
...
...
@@ -554,8 +554,11 @@ class UrlImagePreviewPlugin(GajimPlugin):
ui
=
get_builder
(
path
)
ui
.
connect_signals
(
self
)
ui
.
download_button
.
set_no_show_all
(
True
)
ui
.
download_button
.
connect
(
'clicked'
,
self
.
_on_download
,
preview
)
ui
.
save_as_button
.
set_no_show_all
(
True
)
ui
.
save_as_button
.
connect
(
'clicked'
,
self
.
_on_save_as
,
preview
)
ui
.
open_folder_button
.
set_no_show_all
(
True
)
ui
.
open_folder_button
.
connect
(
'clicked'
,
self
.
_on_open_folder
,
preview
)
ui
.
image_button
.
add
(
image
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment