[vlc-commits] macosx: Remove simple Settings shortcut list click action
Marvin Scholz
git at videolan.org
Tue Sep 22 21:52:29 CEST 2015
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Sep 22 18:19:35 2015 +0200| [52457046b6de0b8470fd0db89711588bc7e8862a] | committer: David Fuhrmann
macosx: Remove simple Settings shortcut list click action
This removes the simple settings shortcut list click action,
as it causes the Change Shortcut dialog to open even when clicking
on the list header. Additonally it feels weird to trigger this
dialog with just a single click.
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=52457046b6de0b8470fd0db89711588bc7e8862a
---
.../macosx/Resources/English.lproj/SimplePreferences.xib | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/extras/package/macosx/Resources/English.lproj/SimplePreferences.xib b/extras/package/macosx/Resources/English.lproj/SimplePreferences.xib
index bb49ab0..8ce38d8 100644
--- a/extras/package/macosx/Resources/English.lproj/SimplePreferences.xib
+++ b/extras/package/macosx/Resources/English.lproj/SimplePreferences.xib
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8152.3" systemVersion="15A216g" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<deployment version="1070" identifier="macosx"/>
<development version="5100" identifier="xcode"/>
- <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8152.3"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="8191"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="VLCSimplePrefs">
@@ -1774,7 +1774,7 @@ Gw
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" alternatingRowBackgroundColors="YES" columnReordering="NO" multipleSelection="NO" emptySelection="NO" autosaveName="sprefs_hotkeys_view" headerView="3541" id="2670">
- <rect key="frame" x="0.0" y="0.0" width="527.5" height="19"/>
+ <rect key="frame" x="0.0" y="0.0" width="528" height="19"/>
<autoresizingMask key="autoresizingMask"/>
<animations/>
<size key="intercellSpacing" width="3" height="2"/>
@@ -1809,7 +1809,6 @@ Gw
</tableColumn>
</tableColumns>
<connections>
- <action selector="hotkeySettingChanged:" target="-2" id="ica-hO-RYk"/>
<outlet property="dataSource" destination="-2" id="C8J-sb-AP6"/>
<outlet property="delegate" destination="-2" id="wjB-fD-pTb"/>
</connections>
More information about the vlc-commits
mailing list