File FIXME.diff of Package kbarcode
--- kbarcode/csvimportdlg.cpp
+++ kbarcode/csvimportdlg.cpp
@@ -375,7 +375,7 @@ void CSVImportDlg::accept()
QSqlQuery query;
if( !query.exec( line ) )
- qDebug( i18n("Could not import the following line:") + line );
+ qDebug( "Could not import the following line: %s", line.latin1() );
//KMessageBox::error( this, i18n("Could not import the following line:") + line );
}
--- kbarcode/pixmapbarcode.cpp
+++ kbarcode/pixmapbarcode.cpp
@@ -178,7 +178,7 @@ bool PixmapBarcode::createPixmap( QPixma
cmd += input->name();
cmd += " -sNOPAUSE -q - -c showpage quit";
- qDebug("cmd: " + cmd );
+ qDebug("cmd: %s", cmd.latin1() );
gs_pipe = popen( cmd.latin1(), "w" );
if( !gs_pipe )
{
--- kbarcode/tbarcode2.cpp
+++ kbarcode/tbarcode2.cpp
@@ -122,7 +122,7 @@ bool TBarcode2::createPostscript( char**
tbarcode->height(),
tbarcode->checksum() );
- qDebug( "Cmd = " + cmd );
+ qDebug( "Cmd = %s", cmd.latin1() );
if( !readFromPipe( cmd.latin1(), postscript, postscript_size ) )
return false;
--- kbarcode/kbarcode.desktop 2007/06/21 08:24:41 1.1
+++ kbarcode/kbarcode.desktop 2007/06/21 08:24:59
@@ -3,7 +3,7 @@
Type=Application
Exec=kbarcode -caption "%c" %i %m %f
Icon=kbarcode.png
-MimeType=application/kbarcode-label
+MimeType=application/kbarcode-label;
DocPath=kbarcode/index.html
Comment=Barcode and label printing tool
Comment[de]=Werkzeug zum Barcode und Etiketten Druck
--- kbarcode/kbarcode-label.desktop 2007/06/21 08:22:30 1.3
+++ kbarcode/kbarcode-label.desktop 2007/06/21 08:27:06
@@ -3,6 +3,5 @@
Comment=KBarcode Label
Encoding=UTF-8
Icon=kbarcode
-MimeType=application/kbarcode-label
Name=kbarcode-label