mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
Patches by Wolfgang Lux <wolfgang.lux@gmail.com>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25526 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6e46b25f8b
commit
a503b7d0a2
4 changed files with 15 additions and 5 deletions
|
@ -1163,6 +1163,7 @@ originalContentsURL: (NSURL *)orig
|
|||
- (void)setPrintInfo: (NSPrintInfo *)printInfo
|
||||
{
|
||||
ASSIGN(_print_info, printInfo);
|
||||
[self updateChangeCount: NSChangeDone];
|
||||
}
|
||||
|
||||
|
||||
|
@ -1195,7 +1196,6 @@ originalContentsURL: (NSURL *)orig
|
|||
&& [self shouldChangePrintInfo: printInfo])
|
||||
{
|
||||
[self setPrintInfo: printInfo];
|
||||
[self updateChangeCount: NSChangeDone];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue