Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e55593e173 |
@ -1120,12 +1120,12 @@ ag_window_save_action(GSimpleAction *action,
|
|||||||
_("Unable to save: %s"),
|
_("Unable to save: %s"),
|
||||||
err->message
|
err->message
|
||||||
);
|
);
|
||||||
}
|
} else {
|
||||||
|
|
||||||
ag_db_chart_save_unref(priv->saved_data);
|
ag_db_chart_save_unref(priv->saved_data);
|
||||||
priv->saved_data = save_data;
|
priv->saved_data = save_data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
ag_window_close_action(GSimpleAction *action,
|
ag_window_close_action(GSimpleAction *action,
|
||||||
|
Loading…
Reference in New Issue
Block a user