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
Toggle navigation
Open sidebar
GNOME
gThumb
Commits
0635dc3e
Commit
0635dc3e
authored
Jan 08, 2019
by
Paolo Bacchilega
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
image wall: use the browser location only if it's a real directory
parent
ca219a6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
extensions/contact_sheet/dlg-image-wall.c
extensions/contact_sheet/dlg-image-wall.c
+1
-1
No files found.
extensions/contact_sheet/dlg-image-wall.c
View file @
0635dc3e
...
...
@@ -260,7 +260,7 @@ dlg_image_wall (GthBrowser *browser,
/* Set widgets data. */
location
=
gth_browser_get_location
(
data
->
browser
);
if
(
location
!=
NULL
)
if
(
(
location
!=
NULL
)
&&
g_file_has_uri_scheme
(
location
,
"file"
))
s_value
=
g_file_get_uri
(
location
);
else
s_value
=
_g_settings_get_uri
(
data
->
settings
,
PREF_IMAGE_WALL_DESTINATION
);
...
...
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