mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1859 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -485,7 +485,7 @@ table_deactivate_cell_cb(GtkSheet *s,
|
||||
gpointer data) {
|
||||
|
||||
Table *table = (Table *) data;
|
||||
char * new_text = NULL;
|
||||
const char * new_text = NULL;
|
||||
int valid_cell = gnc_register_cell_valid(table, row, col);
|
||||
|
||||
PINFO("DEACTIVATE START ************************\n");
|
||||
@@ -527,7 +527,7 @@ table_activate_cell_cb(GtkSheet *s,
|
||||
gpointer data) {
|
||||
|
||||
Table *table = (Table *) data;
|
||||
char *new_text = NULL;
|
||||
const char *new_text = NULL;
|
||||
|
||||
|
||||
PINFO("ACTIVATE START ************************\n");
|
||||
|
||||
Reference in New Issue
Block a user