~ubuntu-branches/ubuntu/karmic/choqok/karmic

« back to all changes in this revision

Viewing changes to src/accountswizard.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-06-13 13:51:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090613135151-lgqmzpt7letp4j54
Tags: 0.6.1-0ubuntu1
* New upstream release (LP: #386691)
* Update short description, choqok is more than a twitter client
* Switch to cdbs kde.mk, in debian rules:
  - Remove /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk    
  - Add /usr/share/cdbs/1/rules/debhelper.mk
  - Add /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
  Update copyright ( © ) symbol in debian/copyright to valid symbol

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        if( home.at( home.count() - 1 ) != '/' )
79
79
            ui.kcfg_homepage->setText( home.append('/') );
80
80
        ///Show ProgressBar:
81
 
        if ( progress )
 
81
        if ( progress ) {
 
82
            progress->hide();
 
83
            progress->deleteLater();
82
84
            progress = 0L;
 
85
        }
83
86
        progress = new QProgressBar( this );
84
87
        progress->setMinimum( 0 );
85
88
        progress->setMaximum( 0 );