X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog.c;h=e4d04a1fa3cfecccdb3468c916dbb636e2543f75;hb=61e32cd84c226f5e5c20f407da139dbb7cf5170b;hp=4bcb5cc92550e2901742ea51840a6c04e2899c9d;hpb=a7884b27895f52f54bea4d43022fce1175b65635;p=pspp diff --git a/src/ui/gui/psppire-dialog.c b/src/ui/gui/psppire-dialog.c index 4bcb5cc925..e4d04a1fa3 100644 --- a/src/ui/gui/psppire-dialog.c +++ b/src/ui/gui/psppire-dialog.c @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2007 Free Software Foundation + Copyright (C) 2007, 2010 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -305,7 +305,7 @@ configure_event_callback (GtkDialog *dialog, g_object_get (dialog, "name", &base, NULL); - psppire_conf_save_window_geometry (conf, base, event); + psppire_conf_save_window_geometry (conf, base, GTK_WINDOW (dialog)); return FALSE; }