Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Files
Commits
798b52bb
Commit
798b52bb
authored
Jan 15, 2000
by
John Sullivan
Browse files
Fixed deadly typo (g_free that should have been g_list_free)
parent
89896e51
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog-20000414
View file @
798b52bb
2000-01-14 John Sullivan <sullivan@eazel.com>
* src/file-manager/fm-directory-view.c:
(display_selection_info):
Fixed a killer typo that caused selection to crash.
2000-01-14 John Sullivan <sullivan@eazel.com>
Finished refactoring FMDirectoryView and subclasses. I
...
...
src/file-manager/fm-directory-view.c
View file @
798b52bb
...
...
@@ -299,7 +299,7 @@ display_selection_info (FMDirectoryView *view)
g_free
(
msg
);
g_free
(
size_string
);
g_free
(
selection
);
g_
list_
free
(
selection
);
}
...
...
Write
Preview
Supports
Markdown
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