diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c index 7cee7ac3..bbb94b13 100644 --- a/src/fs/gnunet-fs-gtk.c +++ b/src/fs/gnunet-fs-gtk.c | |||
@@ -173,7 +173,7 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) | |||
173 | void | 173 | void |
174 | GNUNET_GTK_quit_cb (GObject * object, gpointer user_data) | 174 | GNUNET_GTK_quit_cb (GObject * object, gpointer user_data) |
175 | { | 175 | { |
176 | struct GNUNET_GTK_MainWindowContext *main_context; | 176 | struct GNUNET_GTK_MainWindowContext *main_context = user_data; |
177 | 177 | ||
178 | main_window_save_position (main_context->main_window); | 178 | main_window_save_position (main_context->main_window); |
179 | 179 | ||