eog r5005 - in trunk: . src
- From: friemann svn gnome org
- To: svn-commits-list gnome org
- Subject: eog r5005 - in trunk: . src
- Date: Mon, 16 Feb 2009 13:52:44 +0000 (UTC)
Author: friemann
Date: Mon Feb 16 13:52:44 2009
New Revision: 5005
URL: http://svn.gnome.org/viewvc/eog?rev=5005&view=rev
Log:
2009-02-16 Felix Riemann <friemann svn gnome org>
* src/eog-python-module.c: (eog_python_init):
Add a further workaround for the python searchpath issue.
Works around bug #569228 (Morten Welinder).
Modified:
trunk/ChangeLog
trunk/src/eog-python-module.c
Modified: trunk/src/eog-python-module.c
==============================================================================
--- trunk/src/eog-python-module.c (original)
+++ trunk/src/eog-python-module.c Mon Feb 16 13:52:44 2009
@@ -337,7 +337,8 @@
PyObject *gettext, *install, *gettext_args;
struct sigaction old_sigint;
gint res;
- char *argv[] = { "eog", NULL };
+ /* Workaround for python bug. See #569228. */
+ char *argv[] = { "/dev/null/python/is/buggy/eog", NULL };
static gboolean init_failed = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]