summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added placeholder files a mostly empty file so rpm will produce a packageRobin * Slomkowski2000-10-115-2/+25
| | | | | | | | | 2000-10-10 Robin * Slomkowski <rslomkow@eazel.com> * data/Makefile.am: added placeholder files * data/nautilus-extras.placeholder: a mostly empty file so rpm will produce a package * data/nautilus-suggested.placeholder: a mostly empty file so rpm will produce a package * nautilus.spec.in: moved login-view to trilbite component, also added placeholder files
* the about box menu command got broken by recent UI handler changes; thisAndy Hertzfeld2000-10-112-1/+7
| | | | | the about box menu command got broken by recent UI handler changes; this fixes it.
* fixed bug where the eraser didn't work on the sidebar, and in the processAndy Hertzfeld2000-10-113-50/+14
| | | | | | fixed bug where the eraser didn't work on the sidebar, and in the process fixed bug 2509, sidebar should share emblem code, by doing with work with nautilus_drag_file_receive_dropped_keyword.
* added an extra :Robin Slomkowski2000-10-112-1/+5
|
* did nasty crazy stuff to seperate out into mozilla component, trilobiteRobin * Slomkowski2000-10-112-22/+117
| | | | | | | | | 2000-10-10 Robin * Slomkowski <rslomkow@eazel.com> * nautilus.spec.in: did nasty crazy stuff to seperate out into mozilla component, trilobite component, extras, and suggested This makes use more than ever required to be dilligent in updating libraries and binaries in the specfile.
* Make Ramiro's cool profile dumping UI not wrap. Reset the profile outputPavel Cisler2000-10-112-2/+16
| | | | | | | | | 2000-10-10 Pavel Cisler <pavel@eazel.com> * src/nautilus-profiler.c: (dump_dialog_new), (dump_dialog_show), (nautilus_profiler_bonobo_ui_report_callback): Make Ramiro's cool profile dumping UI not wrap. Reset the profile output when using the Reset menu item.
* added more updated dependencies to make the installer work betterRobin Slomkowski2000-10-112-4/+9
|
* Added "unconvert" for the eazel-services: scheme hack Added partial URIMichael Fleming2000-10-112-45/+146
| | | | | | | | | | | | | | * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_open_uri_callback), (is_uri_partial), (make_full_uri_from_partial), (mozilla_dom_mouse_click_callback), (mozilla_translate_uri_if_needed), (mozilla_untranslate_uri_if_needed), (eazel_services_scheme_translate), (eazel_services_scheme_untranslate): Added "unconvert" for the eazel-services: scheme hack Added partial URI support for gnome-vfs uri schemes (so help: works, at least in theory)
* OK added a dependency on gnome-vfs 0.3.1Robin Slomkowski2000-10-112-1/+5
|
* fix small buggy with fix from ramiro: make sure mozilla loads local fielsMathieu Lacage2000-10-1165-1/+3478
| | | | | | | | | | | | | | | | | | 2000-10-10 Mathieu Lacage <mathieu@eazel.com> fix small buggy with fix from ramiro: make sure mozilla loads local fiels through its own file library, not gnome-vfs. * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_is_uri_handled_by_mozilla): autoconf magic for the documentation * configure.in: * Makefile.am: * user-guide/C/Makefile.am: * user-guide/Makefile.am: actual html/jpg/css documentation. * user-guide/C/html/*:
* added ammonite dependency to nautilus this should eventually moveRobin Slomkowski2000-10-112-0/+7
| | | | to services component
* The new all encompassing nautilus specfile to get us through nautilus testingRobin Slomkowski2000-10-112-5/+36
|
* Fix ifdef so that --disable-eazel-services builds will work.Darin Adler2000-10-112-3/+12
| | | | | | * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_translate_uri_if_needed): Fix ifdef so that --disable-eazel-services builds will work.
* Added some icons to my toolbar. I'm not sure I'm done with these yet, soArlo Rose2000-10-1110-0/+22
| | | | | | | | | | | | | | * icons/arlo/Makefile.am: * icons/arlo/Back.png: * icons/arlo/Forward.png: * icons/arlo/Up.png: * icons/arlo/Refresh.png: * icons/arlo/Home.png: * icons/arlo/Search.png: * icons/arlo/SearchWeb.png: * icons/arlo/Stop.png: Added some icons to my toolbar. I'm not sure I'm done with these yet, so feel free to give me feedback.
* Fixed bug 3577 (Menu item initially titled "Edit Settings" insteadJohn Sullivan2000-10-113-18/+12
| | | | | | | | | of "Edit <user level> Settings" * src/nautilus-window-menus.c: (nautilus_window_initialize_menus): Call update_user_level_menu_items after installing; it had been doing most of the guts of update_user_level_menu_items in-line, but not this part.
* New function, does the obvious. (nautilus_bonobo_get_hidden): Check forJohn Sullivan2000-10-118-27/+83
| | | | | | | | | | | | | | | | | | | | | * libnautilus-extensions/nautilus-bonobo-extensions.h: * libnautilus-extensions/nautilus-bonobo-extensions.c: (nautilus_bonobo_get_label): New function, does the obvious. (nautilus_bonobo_get_hidden): Check for "0" for FALSE rather than "1" for TRUE, since anything non-"0" is more TRUE than it is FALSE. * src/nautilus-about.c: (nautilus_about_draw_info): Fixed build-breakage where MAX_AUTHOR_COUNT wasn't #defined, by replacing it with "-1" for g_strsplit. * src/nautilus-window-menus.c: (remove_underline_accelerator_from_menu_title), (nautilus_window_disable_keyboard_navigation_for_menus): Modernized this code to try to fix bug 2327, but it seems there is some new Bonobo bug in the way. (update_user_level_menu_items): Removed obsolete comment.
* Changed gnome-print to work at HEAD.Darin Adler2000-10-109-327/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Changed gnome-print to work at HEAD. * src/file-manager/fm-icon-view.c: (handle_radio_item): Common function shared by context menu and Bonobo menu. (context_menu_layout_radio_item_callback): Use common function. (append_one_context_menu_layout_item): Change from "verb" to "id". (update_layout_menus): Set up proper radio button based on ids. (switch_to_manual_layout): Renamed and changed from a callback to a normal function. (handle_ui_event): Signal handler to get Bonobo radio menu choices. (fm_icon_view_merge_menus): Connect UI event handler and remove old code for radio menu items. * src/file-manager/nautilus-icon-view-ui.xml: Add ids to the radio menu items. * src/nautilus-about.c: (nautilus_about_destroy), (nautilus_about_initialize), (nautilus_about_repaint), (draw_aa_string), (randomize_authors), (draw_author_list), (nautilus_about_draw_info), (nautilus_about_update_authors), (nautilus_about_close), (update_authors_if_necessary): Improve randomizing algorithm, get rid of fixed maximum number of authors. * src/nautilus-window.c: Cosmetic changes.
* s2000-10-10 Gene Z. Ragan <gzr@eazel.com>Gene Ragan2000-10-109-565/+413
| | | | | | | | | | | | | | | | | | | | | | Work on making bookmarks and history work with new bonobo UI code. * libnautilus-extensions/nautilus-bonobo-extensions.c: * libnautilus-extensions/nautilus-bonobo-extensions.h: (nautilus_bonobo_add_menu_item), (nautilus_bonobo_add_submenu), (nautilus_bonobo_add_menu_separator), (nautilus_bonobo_get_menu_item_verb_name): New utility funcitons to make menu manipulation easier. * src/nautilus-window-menus.c: (activate_bookmark_in_menu_item), (append_bookmark_to_menu), (append_separator), (create_menu_item_from_node), (append_static_bookmarks), (refresh_bookmarks_menu), (nautilus_window_initialize_menus), (nautilus_window_remove_bookmarks_menu_items), (nautilus_window_remove_go_menu_items), (append_dynamic_bookmarks), (refresh_go_menu): Modified functions and removed code in an effort to make bookmarks and history be happy once more.
* Add code for the Mozilla "eazel-services:" scheme translationMichael Fleming2000-10-103-9/+204
| | | | | | | | | | | | | * components/mozilla/Makefile.am: * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_content_view_one_time_happenings), (nautilus_mozilla_content_view_destroy), (mozilla_load_location_callback), (mozilla_translate_uri_if_needed), (eazel_services_scheme_translate), (eazel_services_prompt_login_cb): Add code for the Mozilla "eazel-services:" scheme translation
* used the command path instead of widget path, fixing the error in my lastRebecca Schulman2000-10-103-4/+14
| | | | | | | | | | | | | 2000-10-10 Rebecca Schulman <rebecka@eazel.com> * src/file-manager/fm-icon-view.c: (update_layout_menus): used the command path instead of widget path, fixing the error in my last bugfix about the lack of command widget separation * src/nautilus-complex-search-bar.c: (attach_criterion_to_search_bar): Fixed some calls to hbox_new which were 0, FALSE instead of FALSE, 0
* Some really important debug output...Eskil Heyn Olsen2000-10-102-5/+9
| | | | | | | * components/services/install/lib/eazel-install-logic.c: (eazel_install_check_for_file_conflicts), (eazel_install_do_file_conflict_check): Some really important debug output...
* Removed debug spam. (eazel_install_do_file_conflict_check): 3858 wasn'tEskil Heyn Olsen2000-10-104-28/+45
| | | | | | | | | | | | | | | | | | | * components/services/install/lib/eazel-install-logic.c: (eazel_install_check_for_file_conflicts), (eazel_install_check_if_depends_on), (eazel_install_prune_packages_helper), (eazel_install_prune_packages), Removed debug spam. (eazel_install_do_file_conflict_check): 3858 wasn't fixed yet, should be now. * components/services/install/lib/eazel-install-protocols.c: (get_search_url_for_package): Commented out all occurences of the &flag= use, pending fix of bug 3481 and 3482. * nautilus-installer/src/Makefile: Yes.
* Removed these files. This class was used only for our old status bar, andJohn Sullivan2000-10-1011-236/+9
| | | | | | | | | * libnautilus-extensions/nautilus-any-width-bin.c: * libnautilus-extensions/nautilus-any-width-bin.h: Removed these files. This class was used only for our old status bar, and would just slowly bit-rot if we left it here. * libnautilus-extensions/Makefile.am: Removed those files. * src/nautilus-window.c: Removed #include for deleted file.
* fixed bug 3241, escape key should cancel stretching, by remember originalAndy Hertzfeld2000-10-106-12/+96
| | | | | | | | | | | | | | | | * libnautilus-extensions/nautilus-icon-container.c: (rubberband_timeout_callback),(cancel_stretching), (key_press_event), (nautilus_icon_container_show_stretch_handles): fixed bug 3241, escape key should cancel stretching, by remember original icon size and restoring it when the escape key is stretched. Also, fixed bug where the selection box was behind the icons it was selecting by raising it to the top. * libnautilus-extensions/nautilus-icon-private.h: added field to store the initial stretch value * src/nautilus-sidebar-title.c: (add_emblem): fixed bug 2295, sidebar emblems should be anti-aliased.
* removed this old code now that we have the status bar working correctlyJohn Sullivan2000-10-105-116/+20
| | | | | | | | * src/nautilus-window.c: (install_status_bar): removed this old code now that we have the status bar working correctly again. (nautilus_window_set_content_view_widget): Added FIXME with bug number to #ifdeffed notice-leaking-Bonobo-UI code.
* Fixed bug where the clear-status timeout wasn't working. Pass " " insteadJohn Sullivan2000-10-105-4/+27
| | | | | | | * src/nautilus-window.c: (nautilus_window_clear_status): Fixed bug where the clear-status timeout wasn't working. Pass " " instead of "" to bonobo_ui_component_set_status to work around Bonobo bug.
* Fix an uninitialized variable warning.Pavel Cisler2000-10-105-52/+21
| | | | | | | 2000-10-10 Pavel Cisler <pavel@eazel.com> * src/nautilus-window.c: (navigation_bar_mode_changed_callback): Fix an uninitialized variable warning.
* Whitespace fixJosh Barrow2000-10-101-0/+1
| | | | Whitespace fix
* Fixed bug 3530, to make reverse sort and tighter layout show stateRebecca Schulman2000-10-103-2/+23
| | | | | | | | | | | | | 2000-10-10 Rebecca Schulman <rebecka@eazel.com> Fixed bug 3530, to make reverse sort and tighter layout show state * src/file-manager/fm-icon-view.c: (update_layout_menus), Added toggle function to update bonobo state when the tighter layout and reverse sort menu items are selected * src/file-manager/nautilus-icon-view-ui.xml: Added a type=toggle parameter to the layout and reverse sort order menu items
* Fixed bug 3587 ("Close All Windows" doesn't work)John Sullivan2000-10-1013-97/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug 3556 (Find button and Find menu item states aren't synchronized) * libnautilus-extensions/nautilus-bonobo-extensions.c: (nautilus_bonobo_set_accelerator), (nautilus_bonobo_set_description), (nautilus_bonobo_set_label), (nautilus_bonobo_set_sensitive), (nautilus_bonobo_set_hidden), (nautilus_bonobo_get_hidden), (nautilus_bonobo_set_icon): Changed g_asserts to g_return_if_fails when checking parameters. (nautilus_bonobo_set_toggle_state): New cover function for setting a boolean state on a Bonobo item. * libnautilus-extensions/nautilus-bonobo-extensions.h: Prototype for nautilus_bonobo_set_toggle_state. * src/nautilus-shell-ui.xml: Use different verb for Find button than for Find menu item to work around bug 3590. * src/nautilus-window-private.h: Add updating_bonobo_state boolean to work around design flaw where there's no way to set menu item or toggle button state without activating its callback. * src/nautilus-window-menus.c: Removed #defines for unused MENU_PATHs (file_menu_toggle_find_mode_callback): Bail out if updating_bonobo_state. (nautilus_window_initialize_menus): Fix verb name for Close All Windows; add new verb for Find toggle button. (nautilus_window_update_find_menu_item): Use #define for path; remove now-used unused-function from hack. * src/nautilus-window.c: (navigation_bar_mode_changed_callback): Set Find toggle button state, inside updating_bonobo_state = TRUE block.
* Fixed bug 3535 (Bonobo-merged items aren't being removed when viewDarin Adler2000-10-1011-121/+45
| | | | | | | | | | | | | | | | | | changes). * src/file-manager/fm-icon-view.c: (fm_icon_view_destroy): * src/file-manager/fm-search-list-view.c: (real_destroy): * src/nautilus-window.c: (nautilus_window_destroy): Added code to unset the container when getting rid of a BonoboUIComponent. The container holds a reference, so just unref'ing the component is not good enough. * idl/.cvsignore: * idl/GNOME_Desktop_FileOperationService.idl: * idl/Makefile.am: * idl/gnome-desktop.idl: Removed the unused idl files in this directory. I removed them from the build already a few days ago.
* Renamed would_be_lost to circular_dependencyEskil Heyn Olsen2000-10-1012-86/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * components/rpmview/nautilus-rpm-view-install.c: (get_detailed_errors_foreach): Renamed would_be_lost to circular_dependency * components/services/install/command-line/eazel-alt-install-corba. c: (tree_helper), (create_package): Renamed would_be_lost to circular_dependency. Added support to install rpm's by asking for a provide. * components/services/install/idl/trilobite-eazel-install.idl: Renamed would_be_lost to circular_dependency. * components/services/install/lib/eazel-install-corba-types.c: (corba_packagedatastruct_from_packagedata), (packagedata_from_corba_packagedatastruct): Renamed would_be_lost to circular_dependency. * components/services/install/lib/eazel-install-logic.c: (eazel_install_download_packages), (eazel_install_check_for_file_conflicts), (eazel_install_do_transaction_all_files_check), (eazel_install_start_transaction), (eazel_install_check_if_depends_on), (eazel_install_prune_packages_helper), (eazel_install_check_existing_packages), (eazel_install_fetch_dependencies), (eazel_install_do_file_conflict_check), (eazel_install_ensure_deps), (eazel_uninstall_upward_traverse): Fixed bug 3374, 3491 and 3585. Uses the packagedata_add_pack_to_X calls now. * components/services/install/lib/eazel-install-protocols.c: (get_search_url_for_package): s/flags/flag/ * components/services/install/lib/eazel-install-rpm-glue.c: (eazel_install_rpm_set_settings), Only set the rpm debug flag if --debug (eazel_install_do_rpm_dependency_check): use packagedata_add_pack_to_X calls. * components/services/install/lib/eazel-install-types.c: (packagedata_status_enum_to_str), (packagedata_status_str_to_enum), Renamed would_be_lost to circular_dependency. (packagedata_add_pack_to), (packagedata_add_pack_to_breaks), (packagedata_add_pack_to_soft_depends), (packagedata_add_pack_to_hard_depends), (packagedata_add_pack_to_modifies), Use these calls to add packages to the packagedata struct lists. They do some funky checking. (eazel_install_package_version_compare), (eazel_install_package_other_version_compare): Modfied some compare functions. * components/services/install/lib/eazel-install-types.h: * components/services/install/lib/eazel-install-xml-package-list.c: (parse_package), (osd_parse_dependency): Use packagedata_add_pack_to_X calls. * nautilus-installer/src/installer.c: (get_detailed_errors_foreach), (check_system): Renamed would_be_lost to circular_dependency.
* Somehow missed converting a bunch of _descr to _tip yesterday. Maybe aJohn Sullivan2000-10-102-36/+44
| | | | | | | * src/nautilus-shell-ui.xml: Somehow missed converting a bunch of _descr to _tip yesterday. Maybe a merge clobber thing. Anyway, this seems to make the status bar work in all cases now.
* Add a top level "Profiler" menu bar to control the profiler. This is justRamiro Estrugo2000-10-103-3/+51
| | | | | | | | | * src/nautilus-window-menus.c: (nautilus_window_initialize_menus): Add a top level "Profiler" menu bar to control the profiler. This is just a first try. Some things, like the Start/Stop state of the profiler can be better represented by a toggle button. Also, protect the eazel services hacks with EAZEL_SERVICES #ifdefs.
* Add a path declaration for the Profiler menu. Make the buttons insensitiveRamiro Estrugo2000-10-104-0/+36
| | | | | | | | | | | | | * libnautilus/nautilus-bonobo-ui.h: Add a path declaration for the Profiler menu. * src/nautilus-profiler.c: (dump_dialog_new): Make the buttons insensitive for now. * src/nautilus-shell-ui.xml: * src/nautilus-window-menus.c: (nautilus_window_initialize_menus): Add a top level "Profiler" menu bar to control the profiler. This is just a first try. Some things, like the Start/Stop state of the profiler can be better represented by a toggle button.
* Added missing include of eazel-install-logic.h that was breaking the RPMJohn Sullivan2000-10-102-0/+7
| | | | | | * components/services/install/lib/Makefile.am: Added missing include of eazel-install-logic.h that was breaking the RPM build and thus Tinderbox.
* Fixed bug 3516 (Sidebar & Content Loser merged items don't appear)John Sullivan2000-10-105-86/+56
| | | | | | | | | | | | | | | | | | Fixed bug 3517 (Mozilla merged items don't appear) There's a crashing bug involving merged tool bar buttons (bug 3574), so I didn't put the tool bar button back in Mozilla, but the merged menu item is once again wired up. Actually I checked this in the other day but thought it wasn't working correctly, though it is. * components/loser/content/nautilus-content-loser-ui.xml: Filled in contents. * components/loser/content/nautilus-content-loser.c: (bonobo_loser_callback), (loser_merge_bonobo_items_callback): * components/loser/sidebar/nautilus-sidebar-loser.c: (bonobo_loser_callback), (loser_merge_bonobo_items_callback): Converted to new Bonobo API and tweaked some behavior.
* Added placeholder for built-in bookmarks.John Sullivan2000-10-102-0/+6
| | | | | * src/nautilus-shell-ui.xml: Added placeholder for built-in bookmarks.
* Make it compile with the new bonobo ui handler stuff.Ramiro Estrugo2000-10-103-58/+41
| | | | | | | | | | * src/nautilus-profiler.c: (nautilus_profiler_bonobo_ui_reset_callback), (nautilus_profiler_bonobo_ui_start_callback), (nautilus_profiler_bonobo_ui_stop_callback), (nautilus_profiler_bonobo_ui_report_callback): * src/nautilus-profiler.h: Make it compile with the new bonobo ui handler stuff.
* Fix uninitialized variable.Ramiro Estrugo2000-10-102-1/+7
| | | | | | * src/nautilus-property-browser.c: (make_properties_from_directories): Fix uninitialized variable.
* Work in progrss for bug 527. Add a 'mechanism' to allow eazel-servicesRamiro Estrugo2000-10-102-17/+89
| | | | | | | | | | | | | * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_load_location_callback), (bonobo_mozilla_callback), (string_list_get_index_of_string), (mozilla_is_uri_handled_by_nautilus), (mozilla_is_uri_handled_by_mozilla), (mozilla_translate_uri_if_needed), (mozilla_untranslate_uri_if_needed): Work in progrss for bug 527. Add a 'mechanism' to allow eazel-services uris to be translated into localhost: so that the ammonite proxy can serve them.
* Cleanup the way special protocols are handled. Cleanup debug spewage.Ramiro Estrugo2000-10-103-44/+93
| | | | | | | | | | | | | | * components/mozilla/mozilla-events.cpp: * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_content_view_set_proxy_preferences), (nautilus_mozilla_content_view_load_uri), (mozilla_load_location_callback), (mozilla_uris_differ_only_by_fragment_identifier), (mozilla_dom_mouse_click_callback), (is_string_in_string_list), (mozilla_is_uri_handled_by_nautilus), (mozilla_is_uri_handled_by_mozilla): Cleanup the way special protocols are handled. Cleanup debug spewage.
* Factor out the one time happenings (preferences mostly) into their ownRamiro Estrugo2000-10-102-49/+150
| | | | | | | | | * components/mozilla/nautilus-mozilla-content-view.c: (handle_gconf_error), (mozilla_content_view_set_proxy_preferences), (mozilla_content_view_one_time_happenings), (nautilus_mozilla_content_view_initialize): Factor out the one time happenings (preferences mostly) into their own function for clarity. Make sure gconf errors are handled.
* Remove the eazel protocol handler monstrosity. We have a better way to doRamiro Estrugo2000-10-1010-964/+0
| | | | | | | | | | | | | | | | * components/mozilla/Makefile.am: * components/mozilla/eazel-protocol-handler/.cvsignore: * components/mozilla/eazel-protocol-handler/Makefile.am: * components/mozilla/eazel-protocol-handler/eazel-protocol-channel.cpp: * components/mozilla/eazel-protocol-handler/eazel-protocol-channel.h: * components/mozilla/eazel-protocol-handler/eazel-protocol-handler.cpp: * components/mozilla/eazel-protocol-handler/eazel-protocol-handler.h: * components/mozilla/eazel-protocol-handler/eazel-protocol-module.cpp: * components/mozilla/nautilus-mozilla-content-view.c: (nautilus_mozilla_content_view_initialize): * configure.in: Remove the eazel protocol handler monstrosity. We have a better way to do this using M18 and using the DOM to peek into the document.
* Fix to do proper unescaping. This was breaking the duplicate namePavel Cisler2000-10-103-2/+15
| | | | | | | | | 2000-10-10 Pavel Cisler <pavel@eazel.com> * libnautilus-extensions/nautilus-file-operations.c: (get_next_duplicate_name): Fix to do proper unescaping. This was breaking the duplicate name generating algorithm.
* mjs:Josh Barrow2000-10-102-3/+11
| | | | | | | | | 2000-10-10 Josh Barrow <josh@eazel.com> * src/nautilus-shell-ui.xml: Fix bug where Nautilus window was ordered, menubar, location bar, toolbar, content, instead of menubar, toolbar, location bar, content.
* Changed prototype to take only label as argument. Name is now derived formGene Z. Ragan2000-10-106-13/+22
| | | | | | | | | | | | | | | 2000-10-10 Gene Z. Ragan <gzr@eazel.com> * libnautilus-extensions/nautilus-bonobo-extensions.c: * libnautilus-extensions/nautilus-bonobo-extensions.h: (nautilus_bonobo_add_menu_item): Changed prototype to take only label as argument. Name is now derived form the label. * src/file-manager/fm-directory-view.c: (add_open_with_app_bonobo_menu_item), (add_open_with_viewer_bonobo_menu_item): Call modified nautilus_bonobo_add_menu_item.
* tightened the layout of color properties, making them similar toAndy Hertzfeld2000-10-102-14/+51
| | | | | | | | | * src/nautilus-property-browser.c: (make_properties_from_directories), (make_properties_from_xml_node): tightened the layout of color properties, making them similar to backgrounds; also, positioned the eraser emblem last and apart from the others to make it more distinct.
* The BONOBO_WORKAROUND is no longer needed.Josh Barrow2000-10-104-19/+10
| | | | | | | | | 2000-10-10 Josh Barrow <josh@eazel.com> * src/nautilus-shell-ui.xml: * src/nautilus-window-menus.c: (switch_to_user_level), (nautilus_window_initialize_menus), (update_user_level_menu_items): The BONOBO_WORKAROUND is no longer needed.
* Typo! Sorry!Josh Barrow2000-10-101-1/+1
| | | | Typo! Sorry!