File: gcc-4.7.patch

package info (click to toggle)
preview.app 0.8.5-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 508 kB
  • sloc: objc: 487; makefile: 57; sh: 17
file content (11 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
--- preview.app-0.8.5.orig/Document.m
+++ preview.app-0.8.5/Document.m
@@ -591,7 +578,7 @@
 {
   SEL action = [menuItem action];
 
-  if ( sel_eq(action,@selector(resize:)) )
+  if ( sel_isEqual(action,@selector(resize:)) )
     {
       if ( [menuItem tag] == [self _currentItem] ) 
 	return NO;