diff options
author | Darin Adler <darin@src.gnome.org> | 2002-03-09 02:45:07 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2002-03-09 02:45:07 +0000 |
commit | 93f596f73b6ac6d54f73d6b445006c77119b87e9 (patch) | |
tree | 2374c0f981beef1de9f31ea261528022bbaca4b7 /icons/gnome/gnome.xml | |
parent | ab3810795b164a0a8369702f5aa9752f7cb9b66f (diff) | |
download | nautilus-93f596f73b6ac6d54f73d6b445006c77119b87e9.tar.gz |
Add new "inserted_first_child" boolean so we can insert new children and
* components/tree/nautilus-tree-model.c:
(tree_node_has_dummy_child): Add new "inserted_first_child"
boolean so we can insert new children and get rid of the "empty"
node.
(insert_node): Handle the case where we insert the first child,
and the empty node goes away.
(start_monitoring_directory): Set the "done loading" state a bit
earlier.
(nautilus_tree_model_ref_node): Make the "done loading" state be
false if there are no children, so we see "Loading" rather than
"Empty" until we are sure it's empty.
* icons/default/default.xml:
* icons/gnome/gnome.xml:
* icons/sierra/sierra.xml:
* icons/tahoe/tahoe.xml:
Vertical offset of "-1" looks right.
* src/Makefile.am: Remove run-nautilus.
* src/run-nautilus: Remove.
Diffstat (limited to 'icons/gnome/gnome.xml')
-rw-r--r-- | icons/gnome/gnome.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/gnome/gnome.xml b/icons/gnome/gnome.xml index 943439cc7..7b233d22c 100644 --- a/icons/gnome/gnome.xml +++ b/icons/gnome/gnome.xml @@ -23,6 +23,6 @@ <thumbnails frame_offsets="3,3,6,6"/> <toolbar icon_theme="standard"/> <throbber frame_count="15" url="http://www.gnome.org"/> - <zoom_control number_v_offset="-2" number_h_offset="-2"/> + <zoom_control number_v_offset="-1" number_h_offset="-2"/> </theme> |