Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
ff6ab926
Commit
ff6ab926
authored
Jun 20, 2000
by
Jody Goldberg
Committed by
Jody Goldberg
Jun 20, 2000
Browse files
Plug leak.
2000-06-20 Jody Goldberg <jgoldberg@home.com> * src/commands.c (cmd_paste_cut_redo) : Plug leak.
parent
ce6449f8
Changes
8
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ff6ab926
2000-06-20 Jody Goldberg <jgoldberg@home.com>
* src/commands.c (cmd_paste_cut_redo) : Plug leak.
* src/number-match.c (format_match) : strings with only spaces are NOT
numbers.
...
...
ChangeLog-2000-10-10
View file @
ff6ab926
2000-06-20 Jody Goldberg <jgoldberg@home.com>
* src/commands.c (cmd_paste_cut_redo) : Plug leak.
* src/number-match.c (format_match) : strings with only spaces are NOT
numbers.
...
...
OChangeLog-2000-10-10
View file @
ff6ab926
2000-06-20 Jody Goldberg <jgoldberg@home.com>
* src/commands.c (cmd_paste_cut_redo) : Plug leak.
* src/number-match.c (format_match) : strings with only spaces are NOT
numbers.
...
...
OChangeLog-2001-06-26
View file @
ff6ab926
2000-06-20 Jody Goldberg <jgoldberg@home.com>
* src/commands.c (cmd_paste_cut_redo) : Plug leak.
* src/number-match.c (format_match) : strings with only spaces are NOT
numbers.
...
...
OChangeLog-2002-01-22
View file @
ff6ab926
2000-06-20 Jody Goldberg <jgoldberg@home.com>
* src/commands.c (cmd_paste_cut_redo) : Plug leak.
* src/number-match.c (format_match) : strings with only spaces are NOT
numbers.
...
...
OChangeLog-2003-12-23
View file @
ff6ab926
2000-06-20 Jody Goldberg <jgoldberg@home.com>
* src/commands.c (cmd_paste_cut_redo) : Plug leak.
* src/number-match.c (format_match) : strings with only spaces are NOT
numbers.
...
...
OChangeLog-2005-11-14
View file @
ff6ab926
2000-06-20 Jody Goldberg <jgoldberg@home.com>
* src/commands.c (cmd_paste_cut_redo) : Plug leak.
* src/number-match.c (format_match) : strings with only spaces are NOT
numbers.
...
...
src/commands.c
View file @
ff6ab926
...
...
@@ -1785,6 +1785,7 @@ cmd_paste_cut_redo (GnumericCommand *cmd, CommandContext *context)
paste_target_init
(
&
pc
->
pt
,
me
->
info
.
target_sheet
,
r
,
PASTE_ALL_TYPES
);
pc
->
contents
=
clipboard_copy_range
(
me
->
info
.
target_sheet
,
r
);
me
->
paste_content
=
g_slist_prepend
(
me
->
paste_content
,
pc
);
g_free
(
r
);
}
if
(
tmp
.
start
.
col
<
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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