Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
60cff20c
Commit
60cff20c
authored
Dec 15, 2011
by
Ludovic Fauvet
Committed by
Jean-Baptiste Kempf
Dec 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: enable the recents menu again after adding an element
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
5bf6f7c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/gui/qt4/menus.cpp
modules/gui/qt4/menus.cpp
+1
-0
No files found.
modules/gui/qt4/menus.cpp
View file @
60cff20c
...
@@ -1549,6 +1549,7 @@ void VLCMenuBar::updateRecents( intf_thread_t *p_intf )
...
@@ -1549,6 +1549,7 @@ void VLCMenuBar::updateRecents( intf_thread_t *p_intf )
recentsMenu
->
addSeparator
();
recentsMenu
->
addSeparator
();
recentsMenu
->
addAction
(
qtr
(
"&Clear"
),
rmrl
,
SLOT
(
clear
()
)
);
recentsMenu
->
addAction
(
qtr
(
"&Clear"
),
rmrl
,
SLOT
(
clear
()
)
);
recentsMenu
->
setEnabled
(
true
);
}
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment