Fix for 3f143870: const qualifier was missing in ag_chart_get_name() invocations

This commit is contained in:
Gergely Polonkai 2014-09-01 00:10:42 +02:00
parent de36a9fbe6
commit 7ed0e4d09b

View File

@ -730,7 +730,7 @@ ag_window_recalculate_chart(AgWindow *window, gboolean set_everything)
static void
ag_window_export_svg(AgWindow *window, GError **err)
{
gchar *name;
const gchar *name;
gchar *file_name;
GtkWidget *fs;
gint response;
@ -820,7 +820,7 @@ ag_window_export_svg_action(GSimpleAction *action,
static void
ag_window_export(AgWindow *window, GError **err)
{
gchar *name;
const gchar *name;
gchar *file_name;
GtkWidget *fs;
gint response;