Changeset 8be8be5ebcbfbeb6d3f0039a98577e919a4b5ea5
- Timestamp:
- 22/01/08 00:09:50
(11 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1200956990 +0000
- git-parent:
[71219c5d86572d2d598ca844bc9a7353d19d3f8c]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1200956990 +0000
- Message:
Qt4 - Simple Preferences. Fix the NON-saving of hotkeys changing
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re033388 |
r8be8be5 |
|
| 460 | 460 | int line = 0; |
|---|
| 461 | 461 | |
|---|
| 462 | | KeySelectorControl *ksCtrl = |
|---|
| 463 | | new KeySelectorControl( VLC_OBJECT(p_intf), p_config , |
|---|
| | 462 | control = new KeySelectorControl( VLC_OBJECT(p_intf), p_config , |
|---|
| 464 | 463 | this, gLayout, line ); |
|---|
| 465 | 464 | |
|---|
| 466 | 465 | panel_label->setText( qtr( "Configure Hotkeys" ) ); |
|---|
| | 466 | controls.append( control ); |
|---|
| 467 | 467 | |
|---|
| 468 | 468 | break; |
|---|