OSDN Git Service

RebaseDlg: Update rebase lines after browserefs
authorJohan 't Hart <johanthart@gmail.com>
Mon, 8 Jun 2009 19:12:12 +0000 (21:12 +0200)
committerJohan 't Hart <johanthart@gmail.com>
Mon, 8 Jun 2009 19:12:12 +0000 (21:12 +0200)
src/TortoiseProc/RebaseDlg.cpp

index 7665567..44623f1 100644 (file)
@@ -1211,5 +1211,6 @@ void CRebaseDlg::OnBnClickedAbort()
 \r
 void CRebaseDlg::OnBnClickedButtonBrowse()\r
 {\r
-       CBrowseRefsDlg::PickRefForCombo(&m_UpstreamCtrl, gPickRef_NoTag);\r
+       if(CBrowseRefsDlg::PickRefForCombo(&m_UpstreamCtrl, gPickRef_NoTag))\r
+               OnCbnSelchangeUpstream();\r
 }\r