Mailinglist Archive: yast-commit (711 mails)
| < Previous | Next > |
[yast-commit] r48587 - /trunk/python-bindings/src/YCP.cc
- From: juhliarik@xxxxxxxxxxxxxxxx
- Date: Fri, 27 Jun 2008 13:50:20 -0000
- Message-id: <20080627135021.1624D2750C@xxxxxxxxxxxxxxxx>
Author: juhliarik
Date: Fri Jun 27 15:50:20 2008
New Revision: 48587
URL: http://svn.opensuse.org/viewcvs/yast?rev=48587&view=rev
Log:
added hack for checking textdomain during "make package"
Modified:
trunk/python-bindings/src/YCP.cc
Modified: trunk/python-bindings/src/YCP.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/python-bindings/src/YCP.cc?rev=48587&r1=48586&r2=48587&view=diff
==============================================================================
--- trunk/python-bindings/src/YCP.cc (original)
+++ trunk/python-bindings/src/YCP.cc Fri Jun 27 15:50:20 2008
@@ -3,6 +3,11 @@
* This is the path from Python to YCP. It defines XSUBs.
*/
+/* there is "strong" checking of textdomain. this is only hack for "make
package"
+
+textdomain "blabla";
+*/
+
#include <Python.h>
#include <y2/Y2Namespace.h>
#include <y2/Y2Component.h>
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Jun 27 15:50:20 2008
New Revision: 48587
URL: http://svn.opensuse.org/viewcvs/yast?rev=48587&view=rev
Log:
added hack for checking textdomain during "make package"
Modified:
trunk/python-bindings/src/YCP.cc
Modified: trunk/python-bindings/src/YCP.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/python-bindings/src/YCP.cc?rev=48587&r1=48586&r2=48587&view=diff
==============================================================================
--- trunk/python-bindings/src/YCP.cc (original)
+++ trunk/python-bindings/src/YCP.cc Fri Jun 27 15:50:20 2008
@@ -3,6 +3,11 @@
* This is the path from Python to YCP. It defines XSUBs.
*/
+/* there is "strong" checking of textdomain. this is only hack for "make
package"
+
+textdomain "blabla";
+*/
+
#include <Python.h>
#include <y2/Y2Namespace.h>
#include <y2/Y2Component.h>
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |