Package: lmms
Version: 0.2.1-1
Severity: normal
Tags: patch

Hi,

Attached is the diff for my lmms 0.2.1-1.1 NMU.

bye,
        - michael
diff -u lmms-0.2.1/debian/changelog lmms-0.2.1/debian/changelog
--- lmms-0.2.1/debian/changelog
+++ lmms-0.2.1/debian/changelog
@@ -1,3 +1,11 @@
+lmms (0.2.1-1.1) unstable; urgency=high
+
+  * Non-maintainer Upload
+  * Add Patch by Thomas Girard for segfault right after
+    lmms starting up (Closes: 382491)
+
+ -- Michael Ablassmeier <[EMAIL PROTECTED]>  Tue,  5 Sep 2006 12:00:40 +0200
+
 lmms (0.2.1-1) unstable; urgency=low
 
   * New upstream release.
only in patch2:
unchanged:
--- lmms-0.2.1.orig/src/core/file_browser.cpp
+++ lmms-0.2.1/src/core/file_browser.cpp
@@ -824,6 +824,7 @@
 fileItem::fileItem( Q3ListView * _parent, const QString & _name,
                                                const QString & _path ) :
        Q3ListViewItem( _parent, _name ),
+       m_pix( NULL ),
        m_path( _path )
 {
        determineFileType();
@@ -837,6 +838,7 @@
 fileItem::fileItem( Q3ListViewItem * _parent, const QString & _name,
                                                const QString & _path ) :
        Q3ListViewItem( _parent, _name ),
+       m_pix( NULL ),
        m_path( _path )
 {
        determineFileType();

Reply via email to