X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-syntax-window.c;h=e5998cc6ad2b24e250304a9a7d384e36733e56c3;hb=1f9780e0184a3115d87783fdcfa39f89877a775e;hp=d47b59b3d8b31bd0385167f0924d979123650cd6;hpb=77e3d712b2eaf43f3b5e7e6ebe2bc6c3b028800d;p=pspp-builds.git diff --git a/src/ui/gui/psppire-syntax-window.c b/src/ui/gui/psppire-syntax-window.c index d47b59b3..e5998cc6 100644 --- a/src/ui/gui/psppire-syntax-window.c +++ b/src/ui/gui/psppire-syntax-window.c @@ -399,6 +399,10 @@ open_syntax_window (GtkMenuItem *menuitem, gpointer parent) { add_most_recent (file_name, the_recent_mgr); } + else + { + delete_recent (file_name, the_recent_mgr); + } gtk_widget_show (se); }