Changeset 14440202e06ef7a26a50abbc32a0d5c3bc0d1140
- Timestamp:
- 25/06/08 00:34:21
(5 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1214346861 -0700
- git-parent:
[fd2c554d2abae44f8c732af1da51127c3ab00741]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1214346861 -0700
- Message:
Force dialog to be shown when automatic updates are made.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re03d215 |
r1444020 |
|
| 293 | 293 | updateLabel->setText( qtr( "There is a new version of VLC :\n" ) |
|---|
| 294 | 294 | + qfu( p_release->psz_desc ) ); |
|---|
| | 295 | |
|---|
| | 296 | /* Force the dialog to be shown */ |
|---|
| | 297 | this->show(); |
|---|
| 295 | 298 | } |
|---|
| 296 | 299 | else |
|---|