summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-tabs.c
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-10-23 07:43:28 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-10-23 07:43:28 +0000
commitb09f16e9f92cecaead6c84869bc32eee4f687e9f (patch)
treeff9cb9452246381f3640dca50068fbe0548e5be0 /libnautilus-extensions/nautilus-tabs.c
parent0fae4e60e1bef90888efaa95636d468f2b710506 (diff)
downloadnautilus-b09f16e9f92cecaead6c84869bc32eee4f687e9f.tar.gz
made the updates section of the summary use the new, image-based tabs.
* components/services/summary/nautilus-view/nautilus-summary-view.c : (generate_summary_form), (service_tab_selected_callback), (updates_tab_selected_callback): made the updates section of the summary use the new, image-based tabs. * libnautilus-extensions/nautilus-tabs.c: (draw_all_tabs): made it handle the right edge for the single tab case properly.
Diffstat (limited to 'libnautilus-extensions/nautilus-tabs.c')
-rw-r--r--libnautilus-extensions/nautilus-tabs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-extensions/nautilus-tabs.c b/libnautilus-extensions/nautilus-tabs.c
index 81127d549..ea8ff6ed5 100644
--- a/libnautilus-extensions/nautilus-tabs.c
+++ b/libnautilus-extensions/nautilus-tabs.c
@@ -598,7 +598,7 @@ draw_all_tabs (NautilusTabs *tabs)
}
} else {
- transition_type_piece = TAB_ACTIVE_INACTIVE;
+ transition_type_piece = TAB_ACTIVE_RIGHT;
fill_piece_2 = TAB_INACTIVE_FILL;
right_bumper_piece = TAB_INACTIVE_RIGHT;
}