Module Name: xsrc
Committed By: joerg
Date: Wed Mar 5 21:35:04 UTC 2014
Modified Files:
xsrc/external/mit/xman/dist: handler.c
Log Message:
Drop tautologic check.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 xsrc/external/mit/xman/dist/handler.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xman/dist/handler.c
diff -u xsrc/external/mit/xman/dist/handler.c:1.1.1.4 xsrc/external/mit/xman/dist/handler.c:1.2
--- xsrc/external/mit/xman/dist/handler.c:1.1.1.4 Sat Jul 23 05:56:02 2011
+++ xsrc/external/mit/xman/dist/handler.c Wed Mar 5 21:35:04 2014
@@ -320,8 +320,6 @@ SaveFormattedPage(Widget w, XEvent * eve
* If we are not active then take no action.
*/
- if (man_globals->tempfile == NULL) return;
-
switch (params[0][0]) {
case 'S':
case 's':