Преглед изворни кода

Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into bugfix/bts731738-fancy-progess

Conflicts:
	apt-pkg/install-progress.cc
Michael Vogt пре 12 година
родитељ
комит
e5c2b7e8a5
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      apt-pkg/install-progress.cc

+ 0 - 2
apt-pkg/install-progress.cc

@@ -300,9 +300,7 @@ void PackageManagerFancy::Start(int a_child_pty)
    child_pty = a_child_pty;
    int nr_terminal_rows = GetNumberTerminalRows();
    if (nr_terminal_rows > 0)
-   {
       SetupTerminalScrollArea(nr_terminal_rows);
-   }
 }
 
 void PackageManagerFancy::Stop()