Re: [Nautilus-list] Updated patch.



on 4/19/01 3:01 PM, Miguel de Icaza at miguel ximian com wrote:

> @@ -925,7 +940,7 @@
> gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (checkbox),
> transfer_gmc_icons);
> gtk_signal_connect (GTK_OBJECT (checkbox), "toggled", GTK_SIGNAL_FUNC
> (transition_value_changed), &transfer_gmc_icons);
> 
> -#if 0
> +#ifdef TRANSITIONAL_NAUTILUS
> /* This option is currently disabled, per bugzilla.eazel.com 7557 */
> 
> checkbox = gtk_check_button_new_with_label (_("Launch Nautilus when GNOME
> starts up."));

This should not be changed. It should stay #if 0, and not be #ifdef
TRANSITIONAL_NAUTILUS.

> @@ -998,7 +998,7 @@
>    }
> 
>    /* Set the maxi icon */
> -    filename = gnome_pixmap_file ("nautilus-launch-icon.png");
> +    filename = gnome_pixmap_file ("gnome-logo.png");
>    if (filename != NULL) {
>        gnome_window_icon_set_from_file (GTK_WINDOW (widget),
>                         filename);

You can do this one in the Ximian version, but I'd like to hear some
discussion of this before it goes into the next Nautilus release.

With those two caveats, and assuming you've done some testing, especially of
the migration code, I think it's time to commit.

    -- Darin






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