Skip to content

Commit

Permalink
info_notebook_reordered_cb(): do not call info_tabs_sync(), it causes…
Browse files Browse the repository at this point in the history
… exif

info disappearing when moving the tab.
  • Loading branch information
Laurent Monin committed May 2, 2008
1 parent 2fc5d88 commit 4d369dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,6 @@ static void info_notebook_reordered_cb(GtkNotebook *notebook, GtkWidget *child,
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)
Expand All @@ -568,7 +566,7 @@ static void info_notebook_reordered_cb(GtkNotebook *notebook, GtkWidget *child,
break;
}
}
}
}
}

/*
Expand Down

0 comments on commit 4d369dd

Please sign in to comment.