| Summary: | Fetch list does not clear the previous list | ||
|---|---|---|---|
| Product: | [Applications] cervisia | Reporter: | Tommi Uimonen <tuimonen> |
| Component: | general | Assignee: | Christian Loose <christian.loose> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tommi Uimonen
2006-04-06 22:50:41 UTC
SVN commit 546298 by cloose:
Clear branch tag combobox before adding newly fetched list.
BUG: 125075
M +1 -0 checkoutdlg.cpp
--- branches/KDE/3.5/kdesdk/cervisia/checkoutdlg.cpp #546297:546298
@@ -408,6 +408,7 @@
branchTagList.sort();
+ branchCombo->clear();
branchCombo->insertStringList(branchTagList);
}
|