Typo fix in rebased code

This commit is contained in:
Gergely Polonkai 2013-09-21 18:46:18 +02:00
parent 56a388b86a
commit f4e32478e6
1 changed files with 3 additions and 3 deletions

View File

@ -308,7 +308,7 @@ ag_window_init(AgWindow *window)
priv->chart = NULL;
priv->uri = NULL;
priv->setting = ag_settings_get();
priv->settings = ag_settings_get();
gtk_window_set_hide_titlebar_when_maximized(GTK_WINDOW(window), TRUE);