diff options
author | Darin Adler <darin@src.gnome.org> | 2001-11-07 19:02:02 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-11-07 19:02:02 +0000 |
commit | 0bdc094fe69ba11cf68ce10a820558bc3e843df3 (patch) | |
tree | 9ed991c4b3970dc90fd78248221ae947fc5d83ae /README | |
parent | 1884c7e3094a53231e94947553cd4446d91f58a8 (diff) | |
download | nautilus-0bdc094fe69ba11cf68ce10a820558bc3e843df3.tar.gz |
Remove nautilus-clean.sh -- use bonobo-slay instead.
* Makefile.am:
* README:
* nautilus-clean.sh:
* nautilus.spec.in:
* src/nautilus-application.c: (nautilus_application_startup):
Remove nautilus-clean.sh -- use bonobo-slay instead.
* libnautilus-private/nautilus-program-chooser.c:
(nautilus_program_chooser_new): The -2 feature is gone from
gtk_window_set_default_size, so use -1.
* src/nautilus-sidebar-title.c: (smooth_font_changed_callback),
(nautilus_sidebar_title_select_text_color), (update_title_font),
(update_title), (measure_width_callback), (update_more_info),
(sidebar_title_create_title_label),
(sidebar_title_create_more_info_label): Change to use GtkLabel
instead of EelLabel for now -- that makes us actually get a label.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -185,12 +185,10 @@ Then get root and: 5: Issues when running Nautilus =============================== -There's a script named nautilus-clean.sh, at the top level of the -Nautilus sources. If bonobo-activation or GConf changes, you may need -to run this script to get Nautilus to work properly. One way to invoke -it is like this: +If bonobo-activation changes, you may need to run the bonobo-slay +script. - nautilus-clean.sh -x + bonobo-slay ================== 6: Mozilla support |