Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/gum



Date:	Friday May 28, 1999 @ 8:50
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/gum
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv3652

Modified Files:
	Makefile Makefile.am Makefile.in configure configure.in 
	gum.xml mkinstalldirs 
Added Files:
	main.c main.h signals.c signals.h 
Removed Files:
	gladesig.c gladesig.h gladesrc.c gladesrc.h 
Log Message:
mass changes to gum for metaserver stuff

****************************************

Index: Vanilla/gum/Makefile
diff -u Vanilla/gum/Makefile:1.2 Vanilla/gum/Makefile:1.3
--- Vanilla/gum/Makefile:1.2	Tue Feb 16 18:59:34 1999
+++ Vanilla/gum/Makefile	Fri May 28 08:50:46 1999
@@ -34,9 +34,9 @@
 
 DISTDIR =
 
-pkgdatadir = $(datadir)/project1
-pkglibdir = $(libdir)/project1
-pkgincludedir = $(includedir)/project1
+pkgdatadir = $(datadir)/gum
+pkglibdir = $(libdir)/gum
+pkgincludedir = $(includedir)/gum
 
 top_builddir = .
 
@@ -61,32 +61,32 @@
 GTK_CFLAGS = -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include
 GTK_CONFIG = /usr/local/bin/gtk-config
 GTK_LIBS = -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm
-MAKEINFO = /root/Vanilla.d/gum/missing makeinfo
-PACKAGE = project1
+MAKEINFO = /root/Vanilla/missing makeinfo
+PACKAGE = gum
 VERSION = 0.1
 
 bin_PROGRAMS = gum
 
 gum_SOURCES = \
-        gladesrc.c \
-        gladesig.c
+        main.c \
+        signals.c
 
 gum_LDADD = ../ntserv/data.o
 
 noinst_HEADERS = \
-        gladesrc.h \
-        gladesig.h
+        main.h \
+        signals.h
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
 CONFIG_CLEAN_FILES = 
 PROGRAMS =  $(bin_PROGRAMS)
 
 
-DEFS =  -DPACKAGE=\"project1\" -DVERSION=\"0.1\"  -I. -I$(srcdir) 
+DEFS =  -DPACKAGE=\"gum\" -DVERSION=\"0.1\"  -I. -I$(srcdir) 
 CPPFLAGS = 
 LDFLAGS = 
 LIBS =  -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 -lm
-gum_OBJECTS =  gladesrc.o gladesig.o
+gum_OBJECTS =  main.o signals.o
 gum_DEPENDENCIES =  ../ntserv/data.o
 gum_LDFLAGS = 
 CFLAGS = -g -O2 -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include -Wall
@@ -95,14 +95,14 @@
 HEADERS =  $(noinst_HEADERS)
 
 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in \
-install-sh missing mkinstalldirs
+missing mkinstalldirs
 
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 TAR = tar
 GZIP = --best
-DEP_FILES =  .deps/gladesig.P .deps/gladesrc.P
+DEP_FILES =  .deps/main.P .deps/signals.P
 SOURCES = $(gum_SOURCES)
 OBJECTS = $(gum_OBJECTS)
 
Index: Vanilla/gum/Makefile.am
diff -u Vanilla/gum/Makefile.am:1.2 Vanilla/gum/Makefile.am:1.3
--- Vanilla/gum/Makefile.am:1.2	Tue Feb 16 02:16:46 1999
+++ Vanilla/gum/Makefile.am	Fri May 28 08:50:46 1999
@@ -3,12 +3,12 @@
 bin_PROGRAMS = gum
 
 gum_SOURCES = \
-        gladesrc.c \
-        gladesig.c
+        main.c \
+        signals.c
 
 gum_LDADD = ../ntserv/data.o
 
 noinst_HEADERS = \
-        gladesrc.h \
-        gladesig.h
+        main.h \
+        signals.h
 
Index: Vanilla/gum/Makefile.in
diff -u Vanilla/gum/Makefile.in:1.2 Vanilla/gum/Makefile.in:1.3
--- Vanilla/gum/Makefile.in:1.2	Tue Feb 16 18:59:34 1999
+++ Vanilla/gum/Makefile.in	Fri May 28 08:50:46 1999
@@ -68,16 +68,16 @@
 bin_PROGRAMS = gum
 
 gum_SOURCES = \
-        gladesrc.c \
-        gladesig.c
+        main.c \
+        signals.c
 
 gum_LDADD = ../ntserv/data.o
 
 noinst_HEADERS = \
-        gladesrc.h \
-        gladesig.h
+        main.h \
+        signals.h
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
 CONFIG_CLEAN_FILES = 
 PROGRAMS =  $(bin_PROGRAMS)
 
@@ -86,7 +86,7 @@
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
-gum_OBJECTS =  gladesrc.o gladesig.o
+gum_OBJECTS =  main.o signals.o
 gum_DEPENDENCIES =  ../ntserv/data.o
 gum_LDFLAGS = 
 CFLAGS = @CFLAGS@
@@ -95,14 +95,14 @@
 HEADERS =  $(noinst_HEADERS)
 
 DIST_COMMON =  Makefile.am Makefile.in aclocal.m4 configure configure.in \
-install-sh missing mkinstalldirs
+missing mkinstalldirs
 
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
 TAR = tar
 GZIP = --best
-DEP_FILES =  .deps/gladesig.P .deps/gladesrc.P
+DEP_FILES =  .deps/main.P .deps/signals.P
 SOURCES = $(gum_SOURCES)
 OBJECTS = $(gum_OBJECTS)
 
Index: Vanilla/gum/configure
diff -u Vanilla/gum/configure:1.1 Vanilla/gum/configure:1.2
--- Vanilla/gum/configure:1.1	Mon Feb 15 05:15:36 1999
+++ Vanilla/gum/configure	Fri May 28 08:50:47 1999
@@ -456,7 +456,7 @@
 
 # A filename unique to this package, relative to the directory that
 # configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=gladesrc.c
+ac_unique_file=main.c
 
 # Find the source files, if location was not specified.
 if test -z "$srcdir"; then
@@ -693,7 +693,7 @@
 fi
 
 
-PACKAGE=project1
+PACKAGE=gum
 
 VERSION=0.1
 
Index: Vanilla/gum/configure.in
diff -u Vanilla/gum/configure.in:1.1 Vanilla/gum/configure.in:1.2
--- Vanilla/gum/configure.in:1.1	Mon Feb 15 05:15:36 1999
+++ Vanilla/gum/configure.in	Fri May 28 08:50:47 1999
@@ -1,9 +1,9 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(gladesrc.c)
+AC_INIT(main.c)
 
 
-AM_INIT_AUTOMAKE(project1, 0.1)
+AM_INIT_AUTOMAKE(gum, 0.1)
 
 AC_PROG_CC
 
Index: Vanilla/gum/gum.xml
diff -u Vanilla/gum/gum.xml:1.1 Vanilla/gum/gum.xml:1.2
--- Vanilla/gum/gum.xml:1.1	Mon Feb 15 05:15:37 1999
+++ Vanilla/gum/gum.xml	Fri May 28 08:50:48 1999
@@ -3,11 +3,11 @@
 
 <project>
   <name>gum</name>
-  <srcdir>/root/Vanilla.d/gum/./</srcdir>
-  <main_source_file>gladesrc.c</main_source_file>
-  <main_header_file>gladesrc.h</main_header_file>
-  <handler_source_file>gladesig.c</handler_source_file>
-  <handler_header_file>gladesig.h</handler_header_file>
+  <srcdir>./</srcdir>
+  <main_source_file>main.c</main_source_file>
+  <main_header_file>main.h</main_header_file>
+  <handler_source_file>signals.c</handler_source_file>
+  <handler_header_file>signals.h</handler_header_file>
 </project>
 
 <widget>
@@ -16,7 +16,7 @@
   <signal>
     <name>delete_event</name>
     <handler>on_gum_delete_event</handler>
-    <last_modification_time>Sun, 17 Jan 1999 21:23:30 GMT</last_modification_time>
+    <last_modification_time>Fri, 15 Jan 1999 03:23:30 GMT</last_modification_time>
   </signal>
   <title>gum</title>
   <type>GTK_WINDOW_TOPLEVEL</type>
@@ -63,7 +63,7 @@
             <signal>
               <name>activate</name>
               <handler>on_Open_activate</handler>
-              <last_modification_time>Sat, 16 Jan 1999 20:03:12 GMT</last_modification_time>
+              <last_modification_time>Thu, 14 Jan 1999 02:03:12 GMT</last_modification_time>
             </signal>
             <label>Open...</label>
             <right_justify>False</right_justify>
@@ -80,7 +80,7 @@
             <signal>
               <name>activate</name>
               <handler>on_Reload_activate</handler>
-              <last_modification_time>Sun, 17 Jan 1999 07:35:58 GMT</last_modification_time>
+              <last_modification_time>Thu, 14 Jan 1999 13:35:58 GMT</last_modification_time>
             </signal>
             <label>Reload</label>
             <right_justify>False</right_justify>
@@ -97,7 +97,7 @@
             <signal>
               <name>activate</name>
               <handler>on_Save_activate</handler>
-              <last_modification_time>Thu, 14 Jan 1999 21:02:58 GMT</last_modification_time>
+              <last_modification_time>Tue, 12 Jan 1999 03:02:58 GMT</last_modification_time>
             </signal>
             <label>Save</label>
             <right_justify>False</right_justify>
@@ -109,7 +109,7 @@
             <signal>
               <name>activate</name>
               <handler>on_Save_As_activate</handler>
-              <last_modification_time>Sat, 16 Jan 1999 20:03:36 GMT</last_modification_time>
+              <last_modification_time>Thu, 14 Jan 1999 02:03:36 GMT</last_modification_time>
             </signal>
             <label>Save As...</label>
             <right_justify>False</right_justify>
@@ -126,7 +126,7 @@
             <signal>
               <name>activate</name>
               <handler>on_Quit_activate</handler>
-              <last_modification_time>Thu, 14 Jan 1999 21:03:06 GMT</last_modification_time>
+              <last_modification_time>Tue, 12 Jan 1999 03:03:06 GMT</last_modification_time>
             </signal>
             <label>Quit</label>
             <right_justify>False</right_justify>
@@ -150,7 +150,7 @@
             <signal>
               <name>activate</name>
               <handler>on_About_activate</handler>
-              <last_modification_time>Thu, 14 Jan 1999 21:02:53 GMT</last_modification_time>
+              <last_modification_time>Tue, 12 Jan 1999 03:02:53 GMT</last_modification_time>
             </signal>
             <label>About</label>
             <right_justify>False</right_justify>
@@ -175,7 +175,7 @@
       <scrollable>False</scrollable>
       <tab_border>3</tab_border>
       <popup_enable>False</popup_enable>
-      <num_pages>11</num_pages>
+      <num_pages>12</num_pages>
 
       <widget>
         <class>GtkVBox</class>
@@ -211,15 +211,15 @@
           <signal>
             <name>select_row</name>
             <handler>on_listener_port_list_select_row</handler>
-            <last_modification_time>Sat, 13 Feb 1999 04:29:08 GMT</last_modification_time>
+            <last_modification_time>Wed, 10 Feb 1999 10:29:08 GMT</last_modification_time>
           </signal>
           <signal>
             <name>unselect_row</name>
             <handler>on_listener_port_list_unselect_row</handler>
-            <last_modification_time>Sat, 13 Feb 1999 04:29:17 GMT</last_modification_time>
+            <last_modification_time>Wed, 10 Feb 1999 10:29:17 GMT</last_modification_time>
           </signal>
           <columns>7</columns>
-          <column_widths>40,45,45,45,80,85,80</column_widths>
+          <column_widths>40,61,58,60,80,109,80</column_widths>
           <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
           <show_titles>True</show_titles>
           <shadow_type>GTK_SHADOW_IN</shadow_type>
@@ -428,7 +428,7 @@
             <signal>
               <name>changed</name>
               <handler>on_listener_entry_port_changed</handler>
-              <last_modification_time>Sat, 13 Feb 1999 17:57:52 GMT</last_modification_time>
+              <last_modification_time>Wed, 10 Feb 1999 23:57:52 GMT</last_modification_time>
             </signal>
             <editable>True</editable>
             <text_visible>True</text_visible>
@@ -457,7 +457,7 @@
             <signal>
               <name>changed</name>
               <handler>on_listener_entry_program_changed</handler>
-              <last_modification_time>Sat, 13 Feb 1999 17:58:01 GMT</last_modification_time>
+              <last_modification_time>Wed, 10 Feb 1999 23:58:01 GMT</last_modification_time>
             </signal>
             <editable>True</editable>
             <text_visible>True</text_visible>
@@ -486,7 +486,7 @@
             <signal>
               <name>changed</name>
               <handler>on_listener_entry_process_changed</handler>
-              <last_modification_time>Sat, 13 Feb 1999 17:58:10 GMT</last_modification_time>
+              <last_modification_time>Wed, 10 Feb 1999 23:58:10 GMT</last_modification_time>
             </signal>
             <editable>True</editable>
             <text_visible>True</text_visible>
@@ -515,7 +515,7 @@
             <signal>
               <name>changed</name>
               <handler>on_listener_entry_arguments_changed</handler>
-              <last_modification_time>Sat, 13 Feb 1999 17:58:21 GMT</last_modification_time>
+              <last_modification_time>Wed, 10 Feb 1999 23:58:21 GMT</last_modification_time>
             </signal>
             <editable>True</editable>
             <text_visible>True</text_visible>
@@ -674,7 +674,7 @@
             <signal>
               <name>clicked</name>
               <handler>on_listener_port_add_clicked</handler>
-              <last_modification_time>Sat, 13 Feb 1999 04:22:27 GMT</last_modification_time>
+              <last_modification_time>Wed, 10 Feb 1999 10:22:27 GMT</last_modification_time>
             </signal>
             <label>Add</label>
           </widget>
@@ -687,7 +687,7 @@
             <signal>
               <name>clicked</name>
               <handler>on_listener_port_update_clicked</handler>
-              <last_modification_time>Sat, 13 Feb 1999 18:01:48 GMT</last_modification_time>
+              <last_modification_time>Thu, 11 Feb 1999 00:01:48 GMT</last_modification_time>
             </signal>
             <label>Update</label>
           </widget>
@@ -701,7 +701,7 @@
             <signal>
               <name>clicked</name>
               <handler>on_listener_port_delete_clicked</handler>
-              <last_modification_time>Sat, 13 Feb 1999 04:22:40 GMT</last_modification_time>
+              <last_modification_time>Wed, 10 Feb 1999 10:22:40 GMT</last_modification_time>
             </signal>
             <label>Delete</label>
           </widget>
@@ -715,7 +715,7 @@
             <signal>
               <name>clicked</name>
               <handler>on_listener_port_save_clicked</handler>
-              <last_modification_time>Sat, 13 Feb 1999 04:22:55 GMT</last_modification_time>
+              <last_modification_time>Wed, 10 Feb 1999 10:22:55 GMT</last_modification_time>
             </signal>
             <label>Save</label>
           </widget>
@@ -796,10 +796,12 @@
               <name>listener_enable</name>
               <tooltip>Enable access to the following command buttons.</tooltip>
               <can_focus>True</can_focus>
+              <style>
+              </style>
               <signal>
                 <name>clicked</name>
                 <handler>on_listener_enable_clicked</handler>
-                <last_modification_time>Sat, 13 Feb 1999 04:23:58 GMT</last_modification_time>
+                <last_modification_time>Wed, 10 Feb 1999 10:23:58 GMT</last_modification_time>
               </signal>
               <label>Enable</label>
             </widget>
@@ -810,10 +812,13 @@
               <sensitive>False</sensitive>
               <tooltip>Start the listener process.</tooltip>
               <can_focus>True</can_focus>
+              <style>
+                <bg-NORMAL>0,255,0</bg-NORMAL>
+              </style>
               <signal>
                 <name>clicked</name>
                 <handler>on_listener_start_clicked</handler>
-                <last_modification_time>Sat, 13 Feb 1999 04:24:23 GMT</last_modification_time>
+                <last_modification_time>Wed, 10 Feb 1999 10:24:23 GMT</last_modification_time>
               </signal>
               <label>Start</label>
             </widget>
@@ -824,10 +829,13 @@
               <sensitive>False</sensitive>
               <tooltip>Signals the listener process to re-read the port list.</tooltip>
               <can_focus>True</can_focus>
+              <style>
+                <bg-NORMAL>255,255,0</bg-NORMAL>
+              </style>
               <signal>
                 <name>clicked</name>
                 <handler>on_listener_restart_clicked</handler>
-                <last_modification_time>Sat, 13 Feb 1999 04:24:32 GMT</last_modification_time>
+                <last_modification_time>Wed, 10 Feb 1999 10:24:32 GMT</last_modification_time>
               </signal>
               <label>Restart</label>
             </widget>
@@ -838,10 +846,13 @@
               <sensitive>False</sensitive>
               <tooltip>Stops the listener process, player connections will no longer be accepted, metaserver may delist your server.</tooltip>
               <can_focus>True</can_focus>
+              <style>
+                <bg-NORMAL>255,0,0</bg-NORMAL>
+              </style>
               <signal>
                 <name>clicked</name>
                 <handler>on_listener_stop_clicked</handler>
-                <last_modification_time>Sat, 13 Feb 1999 04:24:44 GMT</last_modification_time>
+                <last_modification_time>Wed, 10 Feb 1999 10:24:44 GMT</last_modification_time>
               </signal>
               <label>Stop</label>
             </widget>
@@ -850,6 +861,980 @@
       </widget>
 
       <widget>
+        <class>GtkVBox</class>
+        <name>vbox3</name>
+        <homogeneous>False</homogeneous>
+        <spacing>10</spacing>
+
+        <widget>
+          <class>GtkLabel</class>
+          <name>label1363</name>
+          <child>
+            <padding>0</padding>
+            <expand>False</expand>
+            <fill>True</fill>
+          </child>
+          <label>Metaserver List</label>
+          <justify>GTK_JUSTIFY_CENTER</justify>
+          <xalign>0.5</xalign>
+          <yalign>1</yalign>
+          <xpad>0</xpad>
+          <ypad>0</ypad>
+        </widget>
+
+        <widget>
+          <class>GtkCList</class>
+          <name>metaserver_list</name>
+          <child>
+            <padding>0</padding>
+            <expand>True</expand>
+            <fill>True</fill>
+          </child>
+          <tooltip>The list of metaservers that your server will send solicitation messages to in order to have players turn up.</tooltip>
+          <signal>
+            <name>select_row</name>
+            <handler>on_metaserver_list_select_row</handler>
+            <last_modification_time>Thu, 27 May 1999 10:39:48 GMT</last_modification_time>
+          </signal>
+          <signal>
+            <name>unselect_row</name>
+            <handler>on_metaserver_list_unselect_row</handler>
+            <last_modification_time>Thu, 27 May 1999 10:39:56 GMT</last_modification_time>
+          </signal>
+          <columns>9</columns>
+          <column_widths>80,80,83,80,81,54,52,65,80</column_widths>
+          <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
+          <show_titles>True</show_titles>
+          <shadow_type>GTK_SHADOW_IN</shadow_type>
+          <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
+          <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
+
+          <widget>
+            <class>GtkLabel</class>
+            <child_name>CList:title</child_name>
+            <name>label1364</name>
+            <tooltip>The /etc/hosts host name, FQDN or IP address of a metaserver</tooltip>
+            <label>Metaserver
+Host Name</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0.5</xalign>
+            <yalign>0.5</yalign>
+            <xpad>0</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <child_name>CList:title</child_name>
+            <name>label1365</name>
+            <tooltip>The port number on the metaserver that your server is to contact to inform the metaserver of a game in progress.</tooltip>
+            <label>Metaserver
+Port Number</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0.5</xalign>
+            <yalign>0.5</yalign>
+            <xpad>0</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <child_name>CList:title</child_name>
+            <name>label1366</name>
+            <tooltip>The minimum time that must elapse between sending updates to the metaserver ... reducing this below a certain point may cause the metaserver to delist your server.</tooltip>
+            <label>Minimum
+Update Time</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0.5</xalign>
+            <yalign>0.5</yalign>
+            <xpad>0</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <child_name>CList:title</child_name>
+            <name>label1367</name>
+            <tooltip>The maximum time between updates to the metaserver.  If this is too large, players will be misled as to how many people are on your server, but if it is far too large the metaserver may just delist you anyway.</tooltip>
+            <label>Maximum
+Update Time</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0.5</xalign>
+            <yalign>0.5</yalign>
+            <xpad>0</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <child_name>CList:title</child_name>
+            <name>label1368</name>
+            <tooltip>The FQDN or IP address to be used by players to get to your server ... may not necessarily match what your server thinks of as it's host name.</tooltip>
+            <label>Server
+Host Name</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0.5</xalign>
+            <yalign>0.5</yalign>
+            <xpad>0</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <child_name>CList:title</child_name>
+            <name>label1369</name>
+            <tooltip>Server type code; Bronco, Chaos, Practice, Hockey.</tooltip>
+            <label>Server
+Type</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0.5</xalign>
+            <yalign>0.5</yalign>
+            <xpad>0</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <child_name>CList:title</child_name>
+            <name>label1370</name>
+            <label>Player
+Port</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0.5</xalign>
+            <yalign>0.5</yalign>
+            <xpad>0</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <child_name>CList:title</child_name>
+            <name>label1371</name>
+            <label>Observer
+Port</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0.5</xalign>
+            <yalign>0.5</yalign>
+            <xpad>0</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <child_name>CList:title</child_name>
+            <name>label1372</name>
+            <label>Additional
+Comments</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0.5</xalign>
+            <yalign>0.5</yalign>
+            <xpad>0</xpad>
+            <ypad>0</ypad>
+          </widget>
+        </widget>
+
+        <widget>
+          <class>GtkTable</class>
+          <name>table15</name>
+          <child>
+            <padding>10</padding>
+            <expand>False</expand>
+            <fill>True</fill>
+          </child>
+          <rows>9</rows>
+          <columns>3</columns>
+          <homogeneous>False</homogeneous>
+          <row_spacing>0</row_spacing>
+          <column_spacing>0</column_spacing>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1373</name>
+            <child>
+              <left_attach>0</left_attach>
+              <right_attach>1</right_attach>
+              <top_attach>0</top_attach>
+              <bottom_attach>1</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>Metaserver Host Name: </label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>1</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1374</name>
+            <child>
+              <left_attach>0</left_attach>
+              <right_attach>1</right_attach>
+              <top_attach>1</top_attach>
+              <bottom_attach>2</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>Metaserver Port Number: </label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>1</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1375</name>
+            <child>
+              <left_attach>0</left_attach>
+              <right_attach>1</right_attach>
+              <top_attach>2</top_attach>
+              <bottom_attach>3</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>Minimum Update Time: </label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>1</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1376</name>
+            <child>
+              <left_attach>0</left_attach>
+              <right_attach>1</right_attach>
+              <top_attach>3</top_attach>
+              <bottom_attach>4</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>Maximum Update Time: </label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>1</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1377</name>
+            <child>
+              <left_attach>0</left_attach>
+              <right_attach>1</right_attach>
+              <top_attach>4</top_attach>
+              <bottom_attach>5</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>Server Host Name: </label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>1</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1378</name>
+            <child>
+              <left_attach>0</left_attach>
+              <right_attach>1</right_attach>
+              <top_attach>5</top_attach>
+              <bottom_attach>6</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>Server Type: </label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>1</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1379</name>
+            <child>
+              <left_attach>0</left_attach>
+              <right_attach>1</right_attach>
+              <top_attach>6</top_attach>
+              <bottom_attach>7</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>Player Port: </label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>1</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1380</name>
+            <child>
+              <left_attach>0</left_attach>
+              <right_attach>1</right_attach>
+              <top_attach>7</top_attach>
+              <bottom_attach>8</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>Observer Port: </label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>1</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1381</name>
+            <child>
+              <left_attach>0</left_attach>
+              <right_attach>1</right_attach>
+              <top_attach>8</top_attach>
+              <bottom_attach>9</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>Additional Comments: </label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>1</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkEntry</class>
+            <name>metaserver_entry_port_number</name>
+            <child>
+              <left_attach>1</left_attach>
+              <right_attach>2</right_attach>
+              <top_attach>1</top_attach>
+              <bottom_attach>2</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <tooltip>The port number at the metaserver that your server is to send the solicitation messages to.  The default port is 3521, and should not be changed unless the metaserver administrator says so.  Choosing the wrong port will simply delist your server.</tooltip>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>changed</name>
+              <handler>on_metaserver_changed</handler>
+              <last_modification_time>Thu, 27 May 1999 11:00:10 GMT</last_modification_time>
+            </signal>
+            <editable>True</editable>
+            <text_visible>True</text_visible>
+            <text_max_length>0</text_max_length>
+            <text></text>
+          </widget>
+
+          <widget>
+            <class>GtkEntry</class>
+            <name>metaserver_entry_minimum_update_time</name>
+            <child>
+              <left_attach>1</left_attach>
+              <right_attach>2</right_attach>
+              <top_attach>2</top_attach>
+              <bottom_attach>3</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <tooltip>The minimum update interval in seconds.  The code forces this to a minimum of 60, because if you reduce it below 60 the metaserver will delist your server for flooding.  Come on, once a minute is probably enough, eh?</tooltip>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>changed</name>
+              <handler>on_metaserver_changed</handler>
+              <last_modification_time>Thu, 27 May 1999 11:00:24 GMT</last_modification_time>
+            </signal>
+            <editable>True</editable>
+            <text_visible>True</text_visible>
+            <text_max_length>0</text_max_length>
+            <text></text>
+          </widget>
+
+          <widget>
+            <class>GtkEntry</class>
+            <name>metaserver_entry_server_host_name</name>
+            <child>
+              <left_attach>1</left_attach>
+              <right_attach>2</right_attach>
+              <top_attach>4</top_attach>
+              <bottom_attach>5</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <tooltip>The DNS host name of your server.  This may well be different to the server host name, especially if you are using DNS aliases.  This is the address that clients will connect to.</tooltip>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>changed</name>
+              <handler>on_metaserver_changed</handler>
+              <last_modification_time>Thu, 27 May 1999 11:00:54 GMT</last_modification_time>
+            </signal>
+            <editable>True</editable>
+            <text_visible>True</text_visible>
+            <text_max_length>0</text_max_length>
+            <text></text>
+          </widget>
+
+          <widget>
+            <class>GtkEntry</class>
+            <name>metaserver_entry_player_port</name>
+            <child>
+              <left_attach>1</left_attach>
+              <right_attach>2</right_attach>
+              <top_attach>6</top_attach>
+              <bottom_attach>7</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <tooltip>The port number to which players should connect.  The default is 2592.  If you have multiple servers on your machine, you may have to change this for one of the servers.</tooltip>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>changed</name>
+              <handler>on_metaserver_changed</handler>
+              <last_modification_time>Thu, 27 May 1999 11:02:26 GMT</last_modification_time>
+            </signal>
+            <editable>True</editable>
+            <text_visible>True</text_visible>
+            <text_max_length>0</text_max_length>
+            <text></text>
+          </widget>
+
+          <widget>
+            <class>GtkEntry</class>
+            <name>metaserver_entry_observer_port</name>
+            <child>
+              <left_attach>1</left_attach>
+              <right_attach>2</right_attach>
+              <top_attach>7</top_attach>
+              <bottom_attach>8</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <tooltip>The port number for observers to connect to.  The default is 2593.  </tooltip>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>changed</name>
+              <handler>on_metaserver_changed</handler>
+              <last_modification_time>Thu, 27 May 1999 11:02:38 GMT</last_modification_time>
+            </signal>
+            <editable>True</editable>
+            <text_visible>True</text_visible>
+            <text_max_length>0</text_max_length>
+            <text></text>
+          </widget>
+
+          <widget>
+            <class>GtkEntry</class>
+            <name>metaserver_entry_additional_comments</name>
+            <child>
+              <left_attach>1</left_attach>
+              <right_attach>2</right_attach>
+              <top_attach>8</top_attach>
+              <bottom_attach>9</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <tooltip>Comments that you want sent to the metaserver.  It is a good idea to include your electronic mail address, so that the metaserver administrator can contact you if she needs to.</tooltip>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>changed</name>
+              <handler>on_metaserver_changed</handler>
+              <last_modification_time>Thu, 27 May 1999 11:02:51 GMT</last_modification_time>
+            </signal>
+            <editable>True</editable>
+            <text_visible>True</text_visible>
+            <text_max_length>0</text_max_length>
+            <text></text>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1383</name>
+            <child>
+              <left_attach>2</left_attach>
+              <right_attach>3</right_attach>
+              <top_attach>0</top_attach>
+              <bottom_attach>1</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>(Fully qualified domain name or IP address)</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1384</name>
+            <child>
+              <left_attach>2</left_attach>
+              <right_attach>3</right_attach>
+              <top_attach>1</top_attach>
+              <bottom_attach>2</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>(Normally 3521)</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1385</name>
+            <child>
+              <left_attach>2</left_attach>
+              <right_attach>3</right_attach>
+              <top_attach>2</top_attach>
+              <bottom_attach>3</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>(In seconds, minimum 60)</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1386</name>
+            <child>
+              <left_attach>2</left_attach>
+              <right_attach>3</right_attach>
+              <top_attach>3</top_attach>
+              <bottom_attach>4</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>(In seconds)</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1387</name>
+            <child>
+              <left_attach>2</left_attach>
+              <right_attach>3</right_attach>
+              <top_attach>4</top_attach>
+              <bottom_attach>5</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>(Where you want clients to connect)</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1388</name>
+            <child>
+              <left_attach>2</left_attach>
+              <right_attach>3</right_attach>
+              <top_attach>5</top_attach>
+              <bottom_attach>6</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>(B=Bronco, P=Practice, C=Chaos, H=Hockey)</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1389</name>
+            <child>
+              <left_attach>2</left_attach>
+              <right_attach>3</right_attach>
+              <top_attach>6</top_attach>
+              <bottom_attach>7</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>(Normally 2592)</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1390</name>
+            <child>
+              <left_attach>2</left_attach>
+              <right_attach>3</right_attach>
+              <top_attach>7</top_attach>
+              <bottom_attach>8</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>(Normally 2593)</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkLabel</class>
+            <name>label1391</name>
+            <child>
+              <left_attach>2</left_attach>
+              <right_attach>3</right_attach>
+              <top_attach>8</top_attach>
+              <bottom_attach>9</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <label>(Include your mail address)</label>
+            <justify>GTK_JUSTIFY_CENTER</justify>
+            <xalign>0</xalign>
+            <yalign>0.5</yalign>
+            <xpad>10</xpad>
+            <ypad>0</ypad>
+          </widget>
+
+          <widget>
+            <class>GtkEntry</class>
+            <name>metaserver_entry_maximum_update_time</name>
+            <child>
+              <left_attach>1</left_attach>
+              <right_attach>2</right_attach>
+              <top_attach>3</top_attach>
+              <bottom_attach>4</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <tooltip>This is the maximum update time in seconds.  It is the interval that must elapse before the server will repeat a solicitation that has not changed since the last solicitation sent to a particular metaserver.</tooltip>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>changed</name>
+              <handler>on_metaserver_changed</handler>
+              <last_modification_time>Thu, 27 May 1999 11:00:36 GMT</last_modification_time>
+            </signal>
+            <editable>True</editable>
+            <text_visible>True</text_visible>
+            <text_max_length>0</text_max_length>
+            <text></text>
+          </widget>
+
+          <widget>
+            <class>GtkEntry</class>
+            <name>metaserver_entry_server_type</name>
+            <child>
+              <left_attach>1</left_attach>
+              <right_attach>2</right_attach>
+              <top_attach>5</top_attach>
+              <bottom_attach>6</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>False</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <tooltip>What type of server is this?  Enter a letter from the list on the right.  Failure to get the right letter will of course result in clients not listing your server.</tooltip>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>changed</name>
+              <handler>on_metaserver_changed</handler>
+              <last_modification_time>Thu, 27 May 1999 12:13:30 GMT</last_modification_time>
+            </signal>
+            <editable>True</editable>
+            <text_visible>True</text_visible>
+            <text_max_length>0</text_max_length>
+            <text></text>
+          </widget>
+
+          <widget>
+            <class>GtkEntry</class>
+            <name>metaserver_entry_host_name</name>
+            <child>
+              <left_attach>1</left_attach>
+              <right_attach>2</right_attach>
+              <top_attach>0</top_attach>
+              <bottom_attach>1</bottom_attach>
+              <xpad>0</xpad>
+              <ypad>0</ypad>
+              <xexpand>True</xexpand>
+              <yexpand>False</yexpand>
+              <xshrink>False</xshrink>
+              <yshrink>False</yshrink>
+              <xfill>True</xfill>
+              <yfill>True</yfill>
+            </child>
+            <tooltip>This is the address to which your server will send solicitation messages.  The gethostbyname() call is issued once when the server daemon starts.  You can enter an IP address, host name from /etc/hosts, or a DNS host name.  Common names are metaserver.netrek.org, metaserver.us.netrek.org, and metaserver.eu.netrek.org.</tooltip>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>changed</name>
+              <handler>on_metaserver_changed</handler>
+              <last_modification_time>Thu, 27 May 1999 10:59:51 GMT</last_modification_time>
+            </signal>
+            <editable>True</editable>
+            <text_visible>True</text_visible>
+            <text_max_length>0</text_max_length>
+            <text></text>
+          </widget>
+        </widget>
+
+        <widget>
+          <class>GtkHButtonBox</class>
+          <name>hbuttonbox5</name>
+          <border_width>6</border_width>
+          <child>
+            <padding>0</padding>
+            <expand>False</expand>
+            <fill>True</fill>
+          </child>
+          <layout_style>GTK_BUTTONBOX_END</layout_style>
+          <spacing>30</spacing>
+          <child_min_width>85</child_min_width>
+          <child_min_height>27</child_min_height>
+          <child_ipad_x>7</child_ipad_x>
+          <child_ipad_y>0</child_ipad_y>
+
+          <widget>
+            <class>GtkButton</class>
+            <name>metaserver_add</name>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>clicked</name>
+              <handler>on_metaserver_add_clicked</handler>
+              <last_modification_time>Tue, 25 May 1999 16:55:47 GMT</last_modification_time>
+            </signal>
+            <label>Add</label>
+          </widget>
+
+          <widget>
+            <class>GtkButton</class>
+            <name>metaserver_update</name>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>clicked</name>
+              <handler>on_metaserver_update_clicked</handler>
+              <last_modification_time>Tue, 25 May 1999 16:55:53 GMT</last_modification_time>
+            </signal>
+            <label>Update</label>
+          </widget>
+
+          <widget>
+            <class>GtkButton</class>
+            <name>metaserver_delete</name>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>clicked</name>
+              <handler>on_metaserver_delete_clicked</handler>
+              <last_modification_time>Tue, 25 May 1999 16:56:10 GMT</last_modification_time>
+            </signal>
+            <label>Delete</label>
+          </widget>
+
+          <widget>
+            <class>GtkButton</class>
+            <name>metaserver_save</name>
+            <can_focus>True</can_focus>
+            <signal>
+              <name>clicked</name>
+              <handler>on_metaserver_save_clicked</handler>
+              <last_modification_time>Tue, 25 May 1999 16:56:19 GMT</last_modification_time>
+            </signal>
+            <label>Save</label>
+          </widget>
+        </widget>
+      </widget>
+
+      <widget>
         <class>GtkTable</class>
         <name>table1</name>
         <border_width>6</border_width>
@@ -1005,7 +1990,7 @@
             <signal>
               <name>clicked</name>
               <handler>on_motd_clicked</handler>
-              <last_modification_time>Sun, 17 Jan 1999 21:22:13 GMT</last_modification_time>
+              <last_modification_time>Fri, 15 Jan 1999 03:22:13 GMT</last_modification_time>
             </signal>
             <label>Select File...</label>
           </widget>
@@ -5775,6 +6760,18 @@
       <widget>
         <class>GtkLabel</class>
         <child_name>Notebook:tab</child_name>
+        <name>label1362</name>
+        <label>Metaserver</label>
+        <justify>GTK_JUSTIFY_CENTER</justify>
+        <xalign>0.5</xalign>
+        <yalign>0.5</yalign>
+        <xpad>0</xpad>
+        <ypad>0</ypad>
+      </widget>
+
+      <widget>
+        <class>GtkLabel</class>
+        <child_name>Notebook:tab</child_name>
         <name>label133</name>
         <label>Status</label>
         <justify>GTK_JUSTIFY_CENTER</justify>
@@ -5939,7 +6936,7 @@
           <signal>
             <name>clicked</name>
             <handler>on_reload_clicked</handler>
-            <last_modification_time>Sun, 17 Jan 1999 07:35:18 GMT</last_modification_time>
+            <last_modification_time>Thu, 14 Jan 1999 13:35:18 GMT</last_modification_time>
           </signal>
           <label>Reload</label>
         </widget>
@@ -5951,7 +6948,7 @@
           <signal>
             <name>clicked</name>
             <handler>on_save_clicked</handler>
-            <last_modification_time>Sun, 17 Jan 1999 07:35:33 GMT</last_modification_time>
+            <last_modification_time>Thu, 14 Jan 1999 13:35:33 GMT</last_modification_time>
           </signal>
           <label>Save</label>
         </widget>
@@ -5963,7 +6960,7 @@
           <signal>
             <name>clicked</name>
             <handler>on_quit_clicked</handler>
-            <last_modification_time>Sun, 17 Jan 1999 07:35:43 GMT</last_modification_time>
+            <last_modification_time>Thu, 14 Jan 1999 13:35:43 GMT</last_modification_time>
           </signal>
           <label>Quit</label>
         </widget>
@@ -5979,7 +6976,7 @@
   <signal>
     <name>delete_event</name>
     <handler>on_motd_delete_event</handler>
-    <last_modification_time>Sun, 17 Jan 1999 21:24:32 GMT</last_modification_time>
+    <last_modification_time>Fri, 15 Jan 1999 03:24:32 GMT</last_modification_time>
   </signal>
   <title>gum - Select Message Of The Day</title>
   <type>GTK_WINDOW_DIALOG</type>
@@ -6000,7 +6997,7 @@
     <signal>
       <name>clicked</name>
       <handler>on_motd_ok_clicked</handler>
-      <last_modification_time>Sun, 17 Jan 1999 20:51:20 GMT</last_modification_time>
+      <last_modification_time>Fri, 15 Jan 1999 02:51:20 GMT</last_modification_time>
     </signal>
     <label>OK</label>
   </widget>
@@ -6014,7 +7011,7 @@
     <signal>
       <name>clicked</name>
       <handler>on_motd_cancel_clicked</handler>
-      <last_modification_time>Sun, 17 Jan 1999 20:51:43 GMT</last_modification_time>
+      <last_modification_time>Fri, 15 Jan 1999 02:51:43 GMT</last_modification_time>
     </signal>
     <label>Cancel</label>
   </widget>
@@ -6026,7 +7023,7 @@
   <signal>
     <name>delete_event</name>
     <handler>on_message_delete_event</handler>
-    <last_modification_time>Sun, 24 Jan 1999 18:12:42 GMT</last_modification_time>
+    <last_modification_time>Fri, 22 Jan 1999 00:12:42 GMT</last_modification_time>
   </signal>
   <title>unset title</title>
   <type>GTK_WINDOW_DIALOG</type>
@@ -6100,7 +7097,7 @@
           <signal>
             <name>clicked</name>
             <handler>on_message_ok</handler>
-            <last_modification_time>Sun, 24 Jan 1999 18:13:58 GMT</last_modification_time>
+            <last_modification_time>Fri, 22 Jan 1999 00:13:58 GMT</last_modification_time>
           </signal>
           <label>OK</label>
         </widget>
@@ -6116,7 +7113,7 @@
   <signal>
     <name>delete_event</name>
     <handler>on_open_delete_event</handler>
-    <last_modification_time>Sun, 17 Jan 1999 21:25:04 GMT</last_modification_time>
+    <last_modification_time>Fri, 15 Jan 1999 03:25:04 GMT</last_modification_time>
   </signal>
   <title>gum - Open</title>
   <type>GTK_WINDOW_DIALOG</type>
@@ -6137,7 +7134,7 @@
     <signal>
       <name>clicked</name>
       <handler>on_open_ok_clicked</handler>
-      <last_modification_time>Sun, 17 Jan 1999 20:48:14 GMT</last_modification_time>
+      <last_modification_time>Fri, 15 Jan 1999 02:48:14 GMT</last_modification_time>
     </signal>
     <label>OK</label>
   </widget>
@@ -6151,7 +7148,7 @@
     <signal>
       <name>clicked</name>
       <handler>on_open_cancel_clicked</handler>
-      <last_modification_time>Sun, 17 Jan 1999 20:51:59 GMT</last_modification_time>
+      <last_modification_time>Fri, 15 Jan 1999 02:51:59 GMT</last_modification_time>
     </signal>
     <label>Cancel</label>
   </widget>
@@ -6164,7 +7161,7 @@
   <signal>
     <name>delete_event</name>
     <handler>on_saveas_delete_event</handler>
-    <last_modification_time>Sun, 17 Jan 1999 21:25:20 GMT</last_modification_time>
+    <last_modification_time>Fri, 15 Jan 1999 03:25:20 GMT</last_modification_time>
   </signal>
   <title>gum - Save As</title>
   <type>GTK_WINDOW_DIALOG</type>
@@ -6185,7 +7182,7 @@
     <signal>
       <name>clicked</name>
       <handler>on_saveas_ok_clicked</handler>
-      <last_modification_time>Sun, 17 Jan 1999 20:51:07 GMT</last_modification_time>
+      <last_modification_time>Fri, 15 Jan 1999 02:51:07 GMT</last_modification_time>
     </signal>
     <label>OK</label>
   </widget>
@@ -6199,7 +7196,7 @@
     <signal>
       <name>clicked</name>
       <handler>on_saveas_cancel_clicked</handler>
-      <last_modification_time>Sun, 17 Jan 1999 20:50:59 GMT</last_modification_time>
+      <last_modification_time>Fri, 15 Jan 1999 02:50:59 GMT</last_modification_time>
     </signal>
     <label>Cancel</label>
   </widget>
Index: Vanilla/gum/mkinstalldirs
diff -u Vanilla/gum/mkinstalldirs:1.1 Vanilla/gum/mkinstalldirs:1.2
--- Vanilla/gum/mkinstalldirs:1.1	Mon Feb 15 05:15:37 1999
+++ Vanilla/gum/mkinstalldirs	Fri May 28 08:50:49 1999
@@ -4,7 +4,7 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id: mkinstalldirs,v 1.1 1999/02/15 11:15:37 cameron Exp $
+# $Id: mkinstalldirs,v 1.2 1999/05/28 13:50:49 cameron Exp $
 
 errstatus=0