Package: uim

uim failed to compile in Ubuntu.  This probably means it will fail to
compile in Debian one day soon as well.  This patch fixed it.

#! /bin/sh /usr/share/dpatch/dpatch-run
## 17_qt4_compile_fix.diff by Jonathan Riddell <jridd...@ubuntu.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
--- uim/qt4/pref/customwidgets.cpp      2009-11-21 12:55:15.000000000 +0000
+++ uim/qt4/pref/customwidgets.cpp      2010-06-01 10:53:25.845596448 +0000
@@ -884,7 +884,7 @@
       pressed_keyval( 0 ),
       pressed_keystate( Qt::NoModifier ),
       pressed_unichar ( 0 ),
-      m_keystr( 0 )
+      m_keystr(  )
 {
     QLabel *l = new QLabel( _("Press keys to grab (e.g. <Control>a)"), this );
 

Reply via email to