Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Avinash Sonawane
ristretto
Commits
19e709c4
Commit
19e709c4
authored
Feb 05, 2017
by
Igor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix GLib-GObject-CRITICAL in directory monitoring code
parent
f6a233c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
src/image_list.c
src/image_list.c
+8
-5
No files found.
src/image_list.c
View file @
19e709c4
...
...
@@ -836,11 +836,14 @@ rstto_image_list_monitor_dir (
NULL
,
NULL
);
g_signal_connect
(
G_OBJECT
(
monitor
),
"changed"
,
G_CALLBACK
(
cb_file_monitor_changed
),
image_list
);
if
(
monitor
!=
NULL
)
{
g_signal_connect
(
G_OBJECT
(
monitor
),
"changed"
,
G_CALLBACK
(
cb_file_monitor_changed
),
image_list
);
}
}
if
(
image_list
->
priv
->
image_monitors
)
...
...
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