2005-03-31 Paolo Bacchilega [ File Roller 2.10.1 released ] 2005-03-31 Paolo Bacchilega * src/window.h: * src/window.c (_window_update_sensitivity): Fixed bug #172219: Select All and Deselect all doesnt work properly. * src/recent-files/egg-recent-view-uimanager.c (egg_recent_view_uimanager_clear): call gtk_ui_manager_ensure_update after removing the action group. * src/window.c (window_open_files__extract_done_cb): show an error dialog if an error occurred. * src/gtk-utils.h: * src/gtk-utils.c (_gtk_error_dialog_run): new function 2005-03-30 Paolo Bacchilega * src/recent-files/egg-recent-view-uimanager.c: Applied patch by David A Knight, see bug #141667. * src/fr-command-tar.c (begin_tar_command): free temp after use. 2005-03-29 Paolo Bacchilega * src/recent-files/egg-recent-view-uimanager.c (egg_recent_view_uimanager_set_list): ref the item after adding it to the list. 2005-03-22 Madhan Raj * src/file-list.c (get_directory_file_list_async): Do not concatenate / to the root dir. (get_directory_file_list_cb): base_len be zero for root dir. Fixes bug #171195: File-Roller will not tar up any subdirectories directly under / 2005-03-19 Paolo Bacchilega * src/window.c (window_new): Fixed bug #170842: Toolbar buttons too wide. 2005-03-18 Paolo Bacchilega * src/actions.c (activate_action_about): updated copyright to 2005 * src/window.c (add_columns): added ellipsize property to the columns. 2005-03-14 Paolo Bacchilega * src/window.c (progress_dialog_delete_event): return TRUE Fixes bug #170329: Aborting File Add can sometimes crash the application. * src/window.c (window_open_files__extract_done_cb): store command data to remove the temp dir before exiting. * src/window.c (window_open_files__extract_done_cb) (window_open_files_common): do not escape filenames with gnome_vfs_mime_application_launch. Fixes bug #170258: file-roller can't open for preview files with a white space in filename. 2005-03-11 Paolo Bacchilega * nautilus/nautilus-fileroller.c (nautilus_fr_get_file_items): Fixed bug #169818: Archive menu item to be disabled if no files are selected. * src/window.c (file_button_release_cb, file_button_press_cb): do not activate the first row after reordering the list in single click mode.