From 095c281a592681af4fb35adcc577f737ee0095f7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 3 May 2007 03:06:32 +0000 Subject: opie-todo cvs: Unbreak system-wide logging. * A specific app may not override system-wide parameter on a whim - it's under user control. --- packages/opie-todo/files/.mtn2git_empty | 0 packages/opie-todo/files/unbreak-logging.patch | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 packages/opie-todo/files/.mtn2git_empty create mode 100644 packages/opie-todo/files/unbreak-logging.patch (limited to 'packages/opie-todo/files') diff --git a/packages/opie-todo/files/.mtn2git_empty b/packages/opie-todo/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/opie-todo/files/unbreak-logging.patch b/packages/opie-todo/files/unbreak-logging.patch new file mode 100644 index 0000000000..c76b8b4dc7 --- /dev/null +++ b/packages/opie-todo/files/unbreak-logging.patch @@ -0,0 +1,21 @@ +Index: opie/core/pim/todo/main.cpp +=================================================================== +RCS file: /cvs/opie/core/pim/todo/main.cpp,v +retrieving revision 1.11 +diff -u -r1.11 main.cpp +--- main.cpp 6 Apr 2005 21:39:47 -0000 1.11 ++++ main.cpp 3 May 2007 02:57:14 -0000 +@@ -34,13 +34,8 @@ + + #include + +-void myMessages( QtMsgType, const char* ) { +- +-} +- + int main( int argc, char **argv ) + { +- qInstallMsgHandler( myMessages ); + QPEApplication a( argc, argv ); + + QTime time; -- cgit v1.2.3 From 1280d3735aefbfebd0fce63565f1c166e712b481 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 3 May 2007 12:53:54 +0000 Subject: opie-todo cvs: Fix unbreak-logging.patch --- packages/opie-todo/files/unbreak-logging.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/opie-todo/files') diff --git a/packages/opie-todo/files/unbreak-logging.patch b/packages/opie-todo/files/unbreak-logging.patch index c76b8b4dc7..20e0bd0ff7 100644 --- a/packages/opie-todo/files/unbreak-logging.patch +++ b/packages/opie-todo/files/unbreak-logging.patch @@ -1,4 +1,4 @@ -Index: opie/core/pim/todo/main.cpp +Index: todo/main.cpp =================================================================== RCS file: /cvs/opie/core/pim/todo/main.cpp,v retrieving revision 1.11 -- cgit v1.2.3