Don't make the main window modal

2001-07-26  Bradford Hovinen  <hovinen@ximian.com>

	* gnomecc.glade: Don't make the main window modal
This commit is contained in:
Bradford Hovinen 2001-07-26 16:39:19 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent a220f2948b
commit 797a8c17a2
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2001-07-26 Bradford Hovinen <hovinen@ximian.com>
* gnomecc.glade: Don't make the main window modal
* capplet-dir.c (capplet_control_launch): Remove check for capplet
already running

View file

@ -256,7 +256,7 @@
<title>New-control-center</title>
<type>GTK_WINDOW_TOPLEVEL</type>
<position>GTK_WIN_POS_NONE</position>
<modal>True</modal>
<modal>False</modal>
<default_width>620</default_width>
<default_height>430</default_height>
<allow_shrink>True</allow_shrink>