# HG changeset patch # User zas_ # Date 1209769698 0 # Node ID 5b127951daa172bd79348d0a182ff5b56d2caa54 # Parent 00462776e9a2664d53d54e133f90c99a81580059 info_notebook_reordered_cb(): do not call info_tabs_sync(), it causes exif info disappearing when moving the tab. diff -r 00462776e9a2 -r 5b127951daa1 src/info.c --- a/src/info.c Fri May 02 22:59:04 2008 +0000 +++ b/src/info.c Fri May 02 23:08:18 2008 +0000 @@ -545,8 +545,6 @@ InfoData *id = data; GList *work; - info_tabs_sync(id, 0); - /* Save current tabs position to be able to restore them later. */ work = id->tab_list; while (work) @@ -568,7 +566,7 @@ break; } } - } + } } /*