summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bug 574546 – Document nautilus_property_page_provider_get_pages()Sven Herzberg2009-03-092-22/+0
| | | | | | | | | | | | | | 2009-03-08 Sven Herzberg <herzi@lanedo.com> Bug 574546 – Document nautilus_property_page_provider_get_pages() * libnautilus-extension/nautilus-property-page-provider.c: document the function * src/nautilus-image-properties-page.c, * src/nautilus-notes-viewer.c: drop the function documentation, it's in the API reference now svn path=/trunk/; revision=15070
* Add two comments for translators (#572158).Cosimo Cecchi2009-03-082-0/+4
| | | | | | | | | | | | 2009-03-08 Cosimo Cecchi <cosimoc@gnome.org> * src/file-manager/fm-properties-window.c (add_permissions_combo_box): * src/nautilus-file-management-properties.c (create_icon_caption_combo_box_items): Add two comments for translators (#572158). svn path=/trunk/; revision=15067
* if the geometry string is empty, make it NULL, so that we don't triggerCosimo Cecchi2009-03-071-1/+7
| | | | | | | | | | | 2009-03-07 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-application.c (_unique_message_data_get_geometry_and_uris): if the geometry string is empty, make it NULL, so that we don't trigger geometry parsing later (#574410). svn path=/trunk/; revision=15063
* Bug 569668 – Don't allow changing default app for foldersAlexander Larsson2009-03-061-5/+12
| | | | | | | | | | | | | | | 2009-03-06 Alexander Larsson <alexl@redhat.com> Bug 569668 – Don't allow changing default app for folders * src/file-manager/fm-properties-window.c: Don't show "open with" tab for folders. Accidentally changing the folder handler causes all sorts of weird issues when e.g. opening folders from the panel. svn path=/trunk/; revision=15060
* Bug 574067 – context menu lists eject and unmount optionAlexander Larsson2009-03-043-7/+8
| | | | | | | | | | | | | | | 2009-03-04 Alexander Larsson <alexl@redhat.com> Bug 574067 – context menu lists eject and unmount option * src/file-manager/fm-directory-view.c: * src/file-manager/fm-tree-view.c: * src/nautilus-places-sidebar.c: Never show unmount menu item if we're showing eject, as its a superset of unmount. svn path=/trunk/; revision=15053
* commit properly the previous ConsoleKit patch.Cosimo Cecchi2009-03-032-0/+115
| | | | | | | | | | | | | 2009-03-03 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-application.c (nautilus_application_finalize), (ck_session_active_changed_cb), (ck_call_is_active_cb), (ck_get_current_session_cb), (do_initialize_consolekit), (finish_startup), (mount_added_callback): * src/nautilus-application.h: commit properly the previous ConsoleKit patch. svn path=/trunk/; revision=15050
* Fix the build by reverting Cosimo's CK double-patch.A. Walton2009-03-032-210/+0
| | | | | | | | | | | | 2009-03-03 A. Walton <awalton@gnome.org> * src/nautilus-application.c (nautilus_application_finalize), (finish_startup), (mount_added_callback): * src/nautilus-application.h: Fix the build by reverting Cosimo's CK double-patch. svn path=/trunk/; revision=15049
* use ConsoleKit to find out whether we are on the currently active session.Cosimo Cecchi2009-03-032-0/+210
| | | | | | | | | | | | | | | 2009-03-03 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-application.c (nautilus_application_finalize), (ck_session_active_changed_cb), (ck_call_is_active_cb), (ck_get_current_session), (do_initialize_consolekit), (ck_get_current_session_cb), (finish_startup), (mount_added_callback): * src/nautilus-application.h: use ConsoleKit to find out whether we are on the currently active session. If we don't, inhibit autorun dialogs (#573577). svn path=/trunk/; revision=15046
* Don't ref pixbuf if it is NULLAlexander Larsson2009-02-261-3/+5
| | | | | | | | | | 2009-02-26 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c (add_submenu): Don't ref pixbuf if it is NULL svn path=/trunk/; revision=15022
* Use $XDG_DATA_HOME/.converted-launchers as marker for one-time desktopAlexander Larsson2009-02-251-4/+3
| | | | | | | | | | | | | | | | | | | | | | | 2009-02-25 Alexander Larsson <alexl@redhat.com> * src/nautilus-application.c: Use $XDG_DATA_HOME/.converted-launchers as marker for one-time desktop file trust operation. * libnautilus-private/nautilus-file-utilities.[ch]: Add nautilus_is_in_system_dir() to check if path is in XDG_DATA_DIR or in ~/.gnome2. * libnautilus-private/nautilus-directory-async.c: (is_link_trusted): Use new nautilus_is_in_system_dir() instead of open coding it. * libnautilus-private/nautilus-file-operations.c: When copying a desktop file from a trusted location to the desktop, mark it as trusted. svn path=/trunk/; revision=15018
* Add "interactive" argument to nautilus_file_mark_desktop_file_trusted.Alexander Larsson2009-02-241-3/+76
| | | | | | | | | | | | | | | | | | 2009-02-24 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-file-operations.h: * libnautilus-private/nautilus-mime-actions.c: Add "interactive" argument to nautilus_file_mark_desktop_file_trusted. * src/nautilus-application.c: Mark all desktopfiles on the desktop trusted on first run. svn path=/trunk/; revision=15009
* do not leak the columns list.Paolo Borelli2009-02-231-2/+7
| | | | | | | | | | 2009-02-23 Paolo Borelli <pborelli@katamail.com> * src/file-manager/fm-list-view.c (sort_criterion_changes_due_to_user): do not leak the columns list. svn path=/trunk/; revision=14998
* Treat vertical scroll events as horizontal ones if compact view isChristian Neumair2009-02-203-8/+59
| | | | | | | | | | | | | | | 2009-02-20 Christian Neumair <cneumair@gnome.org> * src/file-manager/fm-directory-view.c (fm_directory_view_handle_scroll_event), (fm_directory_view_scroll_event): * src/file-manager/fm-directory-view.h: * src/file-manager/fm-icon-view.c (fm_icon_view_scroll_event), (fm_icon_view_class_init): Treat vertical scroll events as horizontal ones if compact view is enabled, and if they do not bump the zoom level. Fixes #571770. svn path=/trunk/; revision=14979
* Set the glibc MMAP limit to a static value to avoid the dynamic limitAlexander Larsson2009-02-171-0/+17
| | | | | | | | | | | | | | | 2009-02-17 Alexander Larsson <alexl@redhat.com> * configure.in: * src/nautilus-main.c: Set the glibc MMAP limit to a static value to avoid the dynamic limit hitting bad behaviour due to the large temporary allocations when creating the desktop background. It would raise the limit to a large value causing several large allocations on the heap which are then not returned to the OS. svn path=/trunk/; revision=14963
* Don't use shadowed mounts.David Zeuthen2009-02-163-0/+11
| | | | | | | | | | | | | | | | | | 2009-02-10 David Zeuthen <davidz@redhat.com> Don't use shadowed mounts. * libnautilus-private/nautilus-desktop-link-monitor.c (has_mount), (create_mount_link), (remove_mount_link), (mount_added_callback), (mount_removed_callback), (mount_changed_callback): * libnautilus-private/nautilus-directory-async.c (get_mount_at): * src/file-manager/fm-tree-view.c (add_root_for_mount): * src/nautilus-pathbar.c (is_file_path_mounted_mount): * src/nautilus-places-sidebar.c (update_places): Honor g_mount_is_shadowed(). svn path=/trunk/; revision=14953
* require intltool 0.40.1. use C_() to handle translator comments. Patch byCosimo Cecchi2009-02-121-6/+1
| | | | | | | | | | | 2009-02-13 Cosimo Cecchi <cosimoc@gnome.org> * configure.in: require intltool 0.40.1. * src/file-manager/fm-properties-window.c (value_field_update_internal): use C_() to handle translator comments. Patch by A. Walton (#542658). svn path=/trunk/; revision=14937
* Replace deprecated gdk_pixbuf_unref with g_object_unrefThomas Hindoe Paaboel Andersen2009-02-095-7/+7
| | | | svn path=/trunk/; revision=14930
* Don't use unique_app_watch_window(), as we don't have a default window toCosimo Cecchi2009-02-041-1/+0
| | | | | | | | | | 2009-02-04 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-application.c: (create_window): Don't use unique_app_watch_window(), as we don't have a default window to present (#570377). svn path=/trunk/; revision=14917
* Use G_DEFINE_TYPE_* instead of hand-written nautilus_foo_get_type()Cosimo Cecchi2009-02-023-96/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-02-02 Cosimo Cecchi <cosimoc@pluto> * libnautilus-extension/nautilus-column.c: (nautilus_column_finalize), (nautilus_column_init), (nautilus_column_class_init): * libnautilus-extension/nautilus-menu.c: (nautilus_menu_finalize): * libnautilus-private/nautilus-cell-renderer-pixbuf-emblem.c: (nautilus_cell_renderer_pixbuf_emblem_class_init), (nautilus_cell_renderer_pixbuf_emblem_finalize): * libnautilus-private/nautilus-cell-renderer-text-ellipsized.c: (nautilus_cell_renderer_text_ellipsized_init), (nautilus_cell_renderer_text_ellipsized_class_init), (nautilus_cell_renderer_text_ellipsized_get_size): * libnautilus-private/nautilus-entry.c: (nautilus_entry_finalize), (nautilus_entry_key_press), (nautilus_entry_motion_notify), (nautilus_entry_button_press), (nautilus_entry_button_release), (nautilus_entry_selection_clear), (nautilus_entry_class_init): * libnautilus-private/nautilus-file.c: (nautilus_file_init), (nautilus_file_constructor), (finalize), (nautilus_file_class_init): * libnautilus-private/nautilus-icon-canvas-item.c: (nautilus_icon_canvas_item_finalize), (nautilus_icon_canvas_item_update), (nautilus_icon_canvas_item_class_init): * libnautilus-private/nautilus-icon-container.c: (nautilus_icon_container_new): * libnautilus-private/nautilus-icon-container.h: * libnautilus-private/nautilus-mime-application-chooser.c: (nautilus_mime_application_chooser_finalize), (nautilus_mime_application_chooser_destroy), (nautilus_mime_application_chooser_class_init), (nautilus_mime_application_chooser_init): * libnautilus-private/nautilus-open-with-dialog.c: (nautilus_open_with_dialog_finalize), (nautilus_open_with_dialog_destroy), (nautilus_open_with_dialog_class_init), (nautilus_open_with_dialog_init): * src/file-manager/fm-icon-container.c: * src/file-manager/fm-list-model.c: (fm_list_model_dispose), (fm_list_model_finalize), (fm_list_model_class_init): * src/file-manager/fm-tree-model.c: (fm_tree_model_finalize), (fm_tree_model_class_init): Use G_DEFINE_TYPE_* instead of hand-written nautilus_foo_get_type() functions where possible. svn path=/trunk/; revision=14911
* remove this, it's useless now that we don't use Bonobo anymore (#570125).Cosimo Cecchi2009-02-011-29/+0
| | | | | | | | | 2009-02-01 Cosimo Cecchi <cosimoc@gnome.org> * src/Nautilus_shell.server.in: remove this, it's useless now that we don't use Bonobo anymore (#570125). svn path=/trunk/; revision=14906
* Follow the "OnlyShowIn" and "NotShowIn" == GNOME keys for .desktop files,Cosimo Cecchi2009-01-314-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-31 Cosimo Cecchi <cosimoc@gnome.org> * libnautilus-private/nautilus-directory-async.c (lacks_link_info), (monitor_includes_file), (link_info_done), (link_info_got_data), (link_info_start): * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file.c (nautilus_file_clear_info), (nautilus_file_should_show), (filter_hidden_and_backup_partition_callback), (nautilus_file_is_foreign_link): * libnautilus-private/nautilus-file.h: * libnautilus-private/nautilus-link.c (string_array_contains), (nautilus_link_get_link_info_given_file_contents): * libnautilus-private/nautilus-link.h: * src/file-manager/fm-desktop-icon-view.c (fm_desktop_icon_view_init): * src/file-manager/fm-directory-view.c (fm_directory_view_init), (fm_directory_view_should_show_file), (fm_directory_view_set_show_foreign): * src/file-manager/fm-directory-view.h: * src/file-manager/fm-tree-model.c (should_show_file): Follow the "OnlyShowIn" and "NotShowIn" == GNOME keys for .desktop files, when they are put on the desktop. Thanks to Federico Mena Quintero and Jared Moore (#338933). svn path=/trunk/; revision=14905
* Remove "note-indicator.png" and use the themable icon we just added toCosimo Cecchi2009-01-281-6/+3
| | | | | | | | | | | 2009-01-28 Cosimo Cecchi <cosimoc@pluto> * icons/Makefile.am: * src/nautilus-notes-viewer.c: (nautilus_notes_viewer_init): Remove "note-indicator.png" and use the themable icon we just added to display the emblem in the sidebar. svn path=/trunk/; revision=14892
* Bring icon handling to the 21th century. Add an emblem-note icon, this isCosimo Cecchi2009-01-281-0/+4
| | | | | | | | | | | | | | | | 2009-01-28 Cosimo Cecchi <cosimoc@gnome.org> * data/icons/*: Bring icon handling to the 21th century. Add an emblem-note icon, this is copied from g-i-t "stock_note" icon right now, but we might change this later. * src/nautilus-application.c: (nautilus_application_init): add a lookup path for custom themable icons. This also fixes bug #569407. Thanks to Lapo Calamandrei for the tips on icon naming. svn path=/trunk/; revision=14891
* don't rely on GTK+ implementation details when getting a GtkAction. ThanksCosimo Cecchi2009-01-231-1/+1
| | | | | | | | | | | 2009-01-23 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-window-menus.c (menu_item_select_cb): don't rely on GTK+ implementation details when getting a GtkAction. Thanks to Christian Persch (#568880). svn path=/trunk/; revision=14884
* add utility function to get a GtkMenuToolButton's buttonPaolo Borelli2009-01-222-15/+5
| | | | | | | | | | | | | | | 2009-01-22 Paolo Borelli <pborelli@katamail.com> * eel/eel-gtk-extensions.[ch]: add utility function to get a GtkMenuToolButton's button * src/nautilus-window-menus.c: * src/nautilus-navigation-action.c: Use the above util function that doesn't leak the children list. svn path=/trunk/; revision=14877
* Bug 568503 – Misspelled word "progam"->"program"A. Walton2009-01-211-1/+1
| | | | | | | | | | 2009-01-20 A. Walton <awalton@gnome.org> * src/nautilus-main.c (main): Bug 568503 – Misspelled word "progam"->"program" svn path=/trunk/; revision=14871
* Support fading between backgrounds. Bug #552859, patch by Ray Strode.Cosimo Cecchi2009-01-201-14/+14
| | | | | | | | | | | | | | | | 2009-01-20 Cosimo Cecchi <cosimoc@gnome.org> * eel-background.c: (on_bg_changed), (on_bg_transitioned), (eel_background_init), (free_fade), (eel_background_finalize), (set_root_pixmap), (fade_to_pixmap), (eel_background_set_up_widget), (on_background_changed), (init_fade), (eel_widget_queue_background_change), (widget_style_set_cb), (widget_realized_setup), (on_widget_destroyed), (eel_get_widget_background): Support fading between backgrounds. Bug #552859, patch by Ray Strode. svn path=/trunk/; revision=14869
* Fix another crasher when attempting to get properties on a damaged DesktopA. Walton2009-01-141-2/+2
| | | | | | | | | | | 2009-01-14 A. Walton <awalton@gnome.org> * src/file-manager/fm-ditem-page.c (create_page): Fix another crasher when attempting to get properties on a damaged Desktop Entry file. svn path=/trunk/; revision=14860
* Unbreak build when building with --enable-empty-view. Closes bug #558537.A. Walton2009-01-131-7/+5
| | | | | | | | | | | | 2009-01-13 A. Walton <awalton@gnome.org> * src/file-manager/fm-empty-view.c (fm_empty_view_end_loading), (fm_empty_view_create), (fm_empty_view_register): Unbreak build when building with --enable-empty-view. Closes bug #558537. Patch by Emmanuel Fleury. svn path=/trunk/; revision=14859
* Remove Go to Burn menu items to avoid error spew.Alexander Larsson2009-01-132-2/+0
| | | | | | | | | | | | 2009-01-13 Alexander Larsson <alexl@redhat.com> * src/nautilus-navigation-window-ui.xml: * src/nautilus-spatial-window-ui.xml: Remove Go to Burn menu items to avoid error spew. svn path=/trunk/; revision=14855
* Only set window icon if it really changed.Alexander Larsson2009-01-131-1/+7
| | | | | | | | | | 2009-01-13 Alexander Larsson <alexl@redhat.com> * src/nautilus-window-slot.c (nautilus_window_slot_update_icon): Only set window icon if it really changed. svn path=/trunk/; revision=14844
* Don't get selection unless debugging is really turned on. (For performanceAlexander Larsson2009-01-131-7/+8
| | | | | | | | | | | 2009-01-13 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c (fm_directory_view_notify_selection_changed): Don't get selection unless debugging is really turned on. (For performance reasons) svn path=/trunk/; revision=14842
* Don't update emblems when trash dir changes. It changes a lot (due to fileAlexander Larsson2009-01-121-3/+8
| | | | | | | | | | | | | 2009-01-12 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c (file_changed_callback): Don't update emblems when trash dir changes. It changes a lot (due to file count attribute) but never changes writeability status. svn path=/trunk/; revision=14840
* Allow deleting of custom emblems. (#112292) Patch from DESSAI ImraneAlexander Larsson2008-12-191-16/+9
| | | | | | | | | | | 2008-12-19 Alexander Larsson <alexl@redhat.com> * src/nautilus-property-browser.c: Allow deleting of custom emblems. (#112292) Patch from DESSAI Imrane svn path=/trunk/; revision=14826
* Remove the CD/DVD creator from the places menu, and the places sidebarBastien Nocera2008-12-163-67/+0
| | | | | | | | | | | | | 2008-12-16 Bastien Nocera <hadess@hadess.net> * src/nautilus-window-menus.c: * src/nautilus-window-private.h: * src/nautilus-window.c (nautilus_window_constructor): Remove the CD/DVD creator from the places menu, and the places sidebar (Closes: #508384) svn path=/trunk/; revision=14824
* Remove code that supports KDE2 style trash handling.Matthias Clasen2008-12-151-53/+0
| | | | | | | | * src/nautilus-application.c: Remove code that supports KDE2 style trash handling. svn path=/trunk/; revision=14814
* Update the 2GB and 4GB thumbnail limits to the new prefs API and make sureAlexander Larsson2008-12-102-6/+14
| | | | | | | | | | | | | | 2008-12-10 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-global-preferences.c: * src/nautilus-file-management-properties.c: * src/nautilus-file-management-properties.ui: Update the 2GB and 4GB thumbnail limits to the new prefs API and make sure they actually work. svn path=/trunk/; revision=14806
* Use single GLib/GTK+ includes. Patch by Maxim Ermilov (#560432).Cosimo Cecchi2008-12-066-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | 2008-12-06 Cosimo Cecchi <cosimoc@gnome.org> * cut-n-paste-code/libegg/eggtreemultidnd.c: * cut-n-paste-code/libegg/eggtreemultidnd.h: * libnautilus-extension/nautilus-menu.c: * libnautilus-private/nautilus-directory-notify.h: * libnautilus-private/nautilus-file-operations.c: * libnautilus-private/nautilus-file.c: * libnautilus-private/nautilus-icon-info.h: * libnautilus-private/nautilus-idle-queue.h: * libnautilus-private/nautilus-monitor.h: * libnautilus-private/nautilus-search-engine-simple.c: * src/file-manager/fm-list-model.c: * src/file-manager/fm-list-model.h: * src/file-manager/fm-list-view.c: * src/nautilus-emblem-sidebar.h: * src/nautilus-notebook.c: * src/nautilus-notebook.h: Use single GLib/GTK+ includes. Patch by Maxim Ermilov (#560432). svn path=/trunk/; revision=14797
* UpdateNAUTILUS_2_25_1Alexander Larsson2008-12-011-1/+3
| | | | | | | | | | | | | | | | 2008-12-01 Alexander Larsson <alexl@redhat.com> * POTFILES.in: * POTFILES.skip: Update 2008-12-01 Alexander Larsson <alexl@redhat.com> * src/nautilus-main.c: Don't crash if nautilus.desktop is not installed (i.e. at make check) svn path=/trunk/; revision=14793
* Don't unref the SMClient (#561402).Cosimo Cecchi2008-11-211-1/+0
| | | | | | | | | 2008-11-21 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-application.c: (nautilus_application_finalize): Don't unref the SMClient (#561402). svn path=/trunk/; revision=14787
* Plug two memory leaks.Cosimo Cecchi2008-11-182-0/+5
| | | | | | | | | | 2008-11-18 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-main.c: (main): * src/nautilus-window-slot.c: (nautilus_window_slot_dispose): Plug two memory leaks. svn path=/trunk/; revision=14786
* Remove two duplicate asserts.A. Walton2008-11-111-2/+0
| | | | | | | | | | | | | | 2008-11-11 A. Walton <awalton@gnome.org> * src/file-manager/fm-directory-view.c (metadata_for_directory_as_file_ready_callback), (metadata_for_files_in_directory_ready_callback): Remove two duplicate asserts. Patch by Rui Matos (bug #555044). svn path=/trunk/; revision=14785
* Update the about dialog description. Thanks to Matthew Paul ThomasCosimo Cecchi2008-10-281-4/+3
| | | | | | | | | | | 2008-10-28 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-window-menus.c: (action_about_nautilus_callback): Update the about dialog description. Thanks to Matthew Paul Thomas (#551483). svn path=/trunk/; revision=14769
* Use normal weighting in the tree view sidebar. Closes bug #311786.A. Walton2008-10-223-12/+0
| | | | | | | | | | | | | 2008-10-22 A. Walton <awalton@gnome.org> * src/file-manager/fm-tree-model.c (fm_tree_model_get_column_type), (fm_tree_model_get_value): * src/file-manager/fm-tree-model.h: * src/file-manager/fm-tree-view.c (create_tree): Use normal weighting in the tree view sidebar. Closes bug #311786. svn path=/trunk/; revision=14756
* Mark two strings for translation (#557156).Cosimo Cecchi2008-10-211-2/+2
| | | | | | | | | 2008-10-21 Cosimo Cecchi <cosimoc@gnome.org> * src/file-manager/fm-tree-view.c: (create_popup_menu): Mark two strings for translation (#557156). svn path=/trunk/; revision=14753
* Fix broken mnemonic for "Create _Folder" context menu entry (bug #555016)Andre Klapper2008-10-171-1/+1
| | | | | | | | | | 2008-10-17 Andre Klapper <a9016009@gmx.de> * /src/file-manager/fm-tree-view.c: Fix broken mnemonic for "Create _Folder" context menu entry (bug #555016) svn path=/trunk/; revision=14737
* Don't unref NULL, which can happen if !do_load_locationAlexander Larsson2008-10-171-1/+3
| | | | | | | | | | | | 2008-10-17 Alexander Larsson <alexl@redhat.com> * src/nautilus-window-manage-views.c (nautilus_window_slot_open_location_full): Don't unref NULL, which can happen if !do_load_location svn path=/trunk/; revision=14732
* Don't access NULL slot->viewed_file if its not been set yet.Alexander Larsson2008-10-171-2/+7
| | | | | | | | | | | | | 2008-10-17 Alexander Larsson <alexl@redhat.com> * src/nautilus-spatial-window.c: (nautilus_spatial_window_save_scroll_position): (nautilus_spatial_window_save_show_hidden_files_mode): (real_window_close): Don't access NULL slot->viewed_file if its not been set yet. svn path=/trunk/; revision=14730
* Plug a mem leak. Bug #552691.Christian Persch2008-10-131-1/+7
| | | | | | * src/nautilus-image-properties-page.c: Plug a mem leak. Bug #552691. svn path=/trunk/; revision=14726
* Reveal the selection after the user sorts by some type or clicks theNelson Benítez León2008-10-121-0/+3
| | | | | | | | | | | | 2008-10-12 Nelson Benítez León <nbenitez@svn.gnome.org> * src/file-manager/fm-icon-view.c (set_sort_criterion_by_sort_type) (action_reversed_order_callback): Reveal the selection after the user sorts by some type or clicks the "reverse order" sort action. Fixes #45588. svn path=/trunk/; revision=14718