Re: [PATCH] make navigation window default size bigger #127604



+    if(NAUTILUS_WINDOW_GET_CLASS (window)->window_type ==
Nautilus_WINDOW_SPATIAL) {

You want to use the NAUTILUS_IS_SPATIAL_WINDOW() macro to check types.

It would be nice if there was a get_default_size() virtual function that
was implemented by the subclasses - we're trying to get away from
subclasses-through-ifs.

Thanks,
-dave

On Fri, 2003-11-21 at 11:19, Sivaiah Nallagatla wrote:
> in gnome 2.5 nautilus navigation window and spatial window comes up with
> same size. This size seems to be very small for navigational window.
> This patch makes the default size of the navigational window equal to
> that of gnome2.4




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]