Skip to content
  • John Harper's avatar
    reviewed by: Darin Adler <darin@eazel.com> · 1b76518e
    John Harper authored
    2000-12-21  John Harper  <jsh@eazel.com>
    
    	reviewed by: Darin Adler  <darin@eazel.com>
    
    	Work to allow geometry of initial window to be specified on
    	command line. Fixes bug #5135
    
    	* src/nautilus-shell.c (open_window): new arg `geometry'. When
    	non-null, use nautilus_gtk_window_set_initial_geometry_from_string
    	to affect the geometry of the unmapped window
    
    	(corba_open_default_window, corba_open_windows): new arg,
    	`geometry', passed to open_window () if a non-null string
    
    	* src/nautilus-shell-interface.idl (open_windows,
    	open_default_window): added `geometry' parameter. Pass a
    	zero-length string to show no specified geometry
    
    	* src/nautilus-main.c (main): new option `--geometry=GEOMETRY'.
    	Pass the value to nautilus_application_startup (). This option
    	is only allowed when no more than one URI is given on the
    	command line (to prevent multiple windows appearing on top of
    	one another)
    
    	* src/nautilus-application.c, src/nautilus-application.h
    	(nautilus_ap...
    1b76518e