mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Disable news sidebar.
2002-04-30 Alex Larsson <alexl@redhat.com> * components/Makefile.am: Disable news sidebar.
This commit is contained in:
parent
bc063520ed
commit
b976380bdf
2 changed files with 17 additions and 1 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,8 @@
|
|||
2002-04-30 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* components/Makefile.am:
|
||||
Disable news sidebar.
|
||||
|
||||
2002-04-30 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* src/nautilus-shell-ui.xml:
|
||||
|
@ -8,6 +13,13 @@
|
|||
* libnautilus-private/nautilus-icon-container.c (key_press_event):
|
||||
Don't eat alt-down key events.
|
||||
|
||||
* src/nautilus-preferences-dialog.c:
|
||||
Disable news preferences.
|
||||
|
||||
* src/file-manager/nautilus-directory-view-ui.xml:
|
||||
Use Alt-down as alternative open.
|
||||
|
||||
|
||||
2002-04-29 David Bordoley <bordoley@msu.edu>
|
||||
|
||||
* src/nautilus-shell-ui.xml:
|
||||
|
|
|
@ -6,10 +6,14 @@ SUBDIRS = \
|
|||
history \
|
||||
loser \
|
||||
music \
|
||||
news \
|
||||
notes \
|
||||
sample \
|
||||
text \
|
||||
throbber \
|
||||
tree \
|
||||
$(NULL)
|
||||
|
||||
|
||||
# news \
|
||||
# Disable the news-sidebar for now, It has lots of bugs and doesn't
|
||||
# really fit into a file manager.
|
||||
|
|
Loading…
Reference in a new issue