Changeset e3548f53434bde84e3d9d3d18c166fceb457b0b9
- Timestamp:
- 10/02/08 13:01:30
(10 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1202644890 +0000
- git-parent:
[c0082a6a9aa74f9b1733a8778c56d9e119363135]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1202644890 +0000
- Message:
Qt4 - cosmetic.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb1c5d1c |
re3548f5 |
|
| 88 | 88 | UpdateArt(); |
|---|
| 89 | 89 | addCallbacks(); |
|---|
| 90 | | i_input_id = input_GetItem( p_input )->i_id; |
|---|
| 91 | | } else { |
|---|
| | 90 | i_input_id = input_GetItem( p_input )->i_id; |
|---|
| | 91 | } |
|---|
| | 92 | else |
|---|
| | 93 | { |
|---|
| 92 | 94 | p_input = NULL; |
|---|
| 93 | 95 | i_input_id = 0; |
|---|
| … | … | |
| 166 | 168 | type != ItemStateChanged_Type ) |
|---|
| 167 | 169 | return; |
|---|
| 168 | | |
|---|
| | 170 | |
|---|
| 169 | 171 | if( !p_input || p_input->b_die || p_input->b_dead ) |
|---|
| 170 | 172 | return; |
|---|