Package: texworks
Version: 0.4.0-2
Tags: patch
The following patch fixes a bug in the control flow that causes
texworks to not start without a running dbus daemon.
--- texworks-0.4.0.orig/src/main.cpp
+++ texworks-0.4.0/src/main.cpp
@@ -141,8 +141,8 @@
continue;
interface.call("openFile",
fi.absoluteFilePath(), fileToOpen.position);
}
+ return 0;
}
- return 0;
}
new TWAdaptor(&app);
The same bug is also in squeeze's 0.2.3.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]