X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fcollect-table.cc;fp=src%2Fcollect-table.cc;h=ee39fb9054aac784241d93390526070a05878cbe;hp=7f47ff750da10e3f4b6a1c922b4a28cf7b027c4a;hb=cf67a444c22d11074c15db77909f5e9145561ace;hpb=43f2b53ba8d01648f55a44d807a9125607c916fa diff --git a/src/collect-table.cc b/src/collect-table.cc index 7f47ff75..ee39fb90 100644 --- a/src/collect-table.cc +++ b/src/collect-table.cc @@ -2644,6 +2644,8 @@ static void collection_table_destroy(GtkWidget *, gpointer data) /* If there is no unsaved data, save the window geometry */ + /** @FIXME This code interferes with the code detecting files on unmounted drives. See collection_load_private() in collect-io,cc. If the user wants to save the geometry of an unchanged Collection, just slightly move one of the thumbnails. */ +/* if (!ct->cd->changed) { if (!collection_save(ct->cd, ct->cd->path)) @@ -2651,6 +2653,7 @@ static void collection_table_destroy(GtkWidget *, gpointer data) log_printf("failed saving to collection path: %s\n", ct->cd->path); } } +*/ if (ct->popup) {