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
gnumeric
Commits
25c775f5
Commit
25c775f5
authored
Dec 18, 1999
by
Michael Meeks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make it build, talk to todo.
make it build, talk to todo.
parent
27277da2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
1 deletion
+14
-1
ChangeLog-2000-02-23
ChangeLog-2000-02-23
+4
-0
OChangeLog-2000-02-23
OChangeLog-2000-02-23
+4
-0
TODO
TODO
+3
-0
src/dialogs/dialog-cell-sort.c
src/dialogs/dialog-cell-sort.c
+3
-1
No files found.
ChangeLog-2000-02-23
View file @
25c775f5
1999-12-18 Michael Meeks <mmeeks@gnu.org>
* src/dialogs/dialog-cell-sort.c (dialog_cell_sort): add command context.
1999-12-17 Michael Meeks <mmeeks@gnu.org>
* src/dialogs/dialog-cell-sort.c (dialog_cell_sort): don't corrupt
...
...
OChangeLog-2000-02-23
View file @
25c775f5
1999-12-18 Michael Meeks <mmeeks@gnu.org>
* src/dialogs/dialog-cell-sort.c (dialog_cell_sort): add command context.
1999-12-17 Michael Meeks <mmeeks@gnu.org>
* src/dialogs/dialog-cell-sort.c (dialog_cell_sort): don't corrupt
...
...
TODO
View file @
25c775f5
...
...
@@ -108,6 +108,9 @@ Gnumeric Spread Sheet task list
Should be possible to bind a name by typing the name on the
region box and applying it to the selection
When inserting columns / rows the _sheet_ names should resize to take
account of this.
** Column sizes
...
...
src/dialogs/dialog-cell-sort.c
View file @
25c775f5
...
...
@@ -10,6 +10,7 @@
#include <gnome.h>
#include <glade/glade.h>
#include "gnumeric.h"
#include "workbook-view.h"
#include "gnumeric-util.h"
#include "gnumeric-sheet.h"
#include "dialogs.h"
...
...
@@ -590,7 +591,8 @@ dialog_cell_sort (Workbook *inwb, Sheet *sheet)
g_return_if_fail
(
sheet
!=
NULL
);
g_return_if_fail
(
IS_SHEET
(
sheet
));
if
(
!
sheet_selection_is_simple
(
sheet
,
_
(
"sort"
)))
if
(
!
selection_is_simple
(
command_context_gui
(),
sheet
,
_
(
"sort"
)))
return
;
extent
=
sheet_get_extent
(
sheet
);
...
...
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