# HG changeset patch # User ib # Date 1362050399 0 # Node ID dbfedb33109509c3256a161e69b6ecfa4fced4cb # Parent 6e4f1f9faca02434082bcc6463d50f86a37ce6e1 Keep GUI history untouched upon file select "Cancel". Currently, when "Cancel" is selected in the file select menu, the GUI history can be modified nevertheless. Presuming that "Cancel" shall discard changes, the history should be kept unchanged, too. Patch by Hans-Dieter Kosch, hdkosch kabelbw de. diff -r 6e4f1f9faca0 -r dbfedb331095 gui/dialog/fileselect.c --- a/gui/dialog/fileselect.c Thu Feb 28 11:18:20 2013 +0000 +++ b/gui/dialog/fileselect.c Thu Feb 28 11:19:59 2013 +0000 @@ -548,7 +548,6 @@ static void fs_Cancel_released( GtkButton * button,gpointer user_data ) { HideFileSelect(); - fs_PersistantHistory( get_current_dir_name_utf8() ); //totem, write into history file } static void fs_fsFNameList_select_row( GtkCList * clist, gint row, gint column,