update year in copyright info
[xboard.git] / xgamelist.c
index 70d1dc8..7a50b82 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xgamelist.c -- Game list window, part of X front end for XBoard
  *
- * Copyright 1995,2009 Free Software Foundation, Inc.
+ * Copyright 1995, 2009, 2010 Free Software Foundation, Inc.
  * ------------------------------------------------------------------------
  *
  * GNU XBoard is free software: you can redistribute it and/or modify
@@ -439,7 +439,7 @@ GameListOptionsPopDown()
     XtPopdown(gameListOptShell);
     XtDestroyWidget(gameListOptShell);
     gameListOptShell = 0;
-    XtSetKeyboardFocus(shellWidget, formWidget);
+    //    XtSetKeyboardFocus(shellWidget, formWidget);
 }
 
 void
@@ -512,9 +512,9 @@ GameListOptionsCreate()
     j = 0;
     XtSetArg(args[j], XtNresizable, True);  j++;
     XtSetArg(args[j], XtNallowShellResize, True);  j++;
-    shell = gameListOptShell =
-      XtCreatePopupShell("Game-list options", transientShellWidgetClass,
-                        shellWidget, args, j);
+    //    shell = gameListOptShell =
+      //      XtCreatePopupShell("Game-list options", transientShellWidgetClass,
+      //                        shellWidget, args, j);
     layout =
       XtCreateManagedWidget(layoutName, formWidgetClass, shell,
                            layoutArgs, XtNumber(layoutArgs));
@@ -591,7 +591,7 @@ GameListOptionsCreate()
     GLT_TagsToList(lpUserGLT);
 
     XtRealizeWidget(shell);
-    CatchDeleteWindow(shell, "GameListOptionsPopDown");
+    //    CatchDeleteWindow(shell, "GameListOptionsPopDown");
 
     return shell;
 }