Mercurial > geeqie
changeset 551:5b127951daa1
info_notebook_reordered_cb(): do not call info_tabs_sync(), it causes exif
info disappearing when moving the tab.
author | zas_ |
---|---|
date | Fri, 02 May 2008 23:08:18 +0000 |
parents | 00462776e9a2 |
children | d93498f2a0f6 |
files | src/info.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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; } } - } + } } /*