On Sun, 2009-06-21 at 12:29 -0700, Andrea Giusto wrote:
> Package: qbrew
> Version: 0.4.1-2
> Severity: normal
> 
> When trying to export some recipe to HTML, text, or pdf I get a message box 
> that says:
> 
> "Unable to export to whatever.qbrew" 
> 
> Thanks

Hi David,

I've received the above bug report for qbrew in Debian, and I can
confirm the behaviour. Judging from my first few tests, it seems that
the variable "selected" stays empty in the export dialog (file
src/qbrew.cpp, line 447 onwards), although I don't know why. From then
on, the comparison fails (line 484 onwards), resulting in the error.

Can you reproduce this error on your system as well?

Apart from that, I've attached two patches. The first patch changes my
last name, because I'm married now. The second patch adds the config.log
file to the distclean target. That file would otherwise be left behind.

Regards,
Tobias

-- 
Tobias Quathamer | Dyslexics have more fnu.
Hamburg, Germany |

diff --git a/AUTHORS b/AUTHORS
index 4274883..ce65898 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -23,4 +23,4 @@ The KDE Project <www.kde.org>
 
 Translators
 -----------
-Tobias Toedter <t.toed...@gmx.net>
+Tobias Quathamer <to...@debian.org>
diff --git a/docs/book/handbook-credits.html b/docs/book/handbook-credits.html
index 7093f9c..b9277fc 100644
--- a/docs/book/handbook-credits.html
+++ b/docs/book/handbook-credits.html
@@ -98,7 +98,7 @@
             </li>
             <li>
               <p>
-                ...Tobias Toedter for German translation work.
+                ...Tobias Quathamer for German translation work.
               </p>
             </li>
             <li>
diff --git a/docs/handbook.docbook b/docs/handbook.docbook
index d8715d3..cc538dd 100644
--- a/docs/handbook.docbook
+++ b/docs/handbook.docbook
@@ -571,7 +571,7 @@
           contributing bug fixes.</para>
         </listitem>
         <listitem>
-          <para>...Tobias Toedter for German translation work.</para>
+          <para>...Tobias Quathamer for German translation work.</para>
         </listitem>
         <listitem>
           <para>...Stephen Lowrie for a lot of rote work with
diff --git a/src/resource.h b/src/resource.h
index 6480fa3..f4949d7 100644
--- a/src/resource.h
+++ b/src/resource.h
@@ -66,7 +66,7 @@ const QByteArray CONTRIBUTORS = "Lee Henderson, "
                                 "Stephen Lowrie, "
                                 "Michal Palczewski, "
                                 "Kevin Pullin, "
-                                "Tobias Toedter";
+                                "Tobias Quathamer";
 
 const QByteArray READY        = QT_TRANSLATE_NOOP("message",
                                 "Ready");
diff --git a/qbrew.pro b/qbrew.pro
index 2460a7b..02f437a 100755
--- a/qbrew.pro
+++ b/qbrew.pro
@@ -15,6 +15,8 @@ UI_DIR = build
 INCLUDEPATH += src
 VPATH = src
 
+QMAKE_DISTCLEAN = config.log
+
 win32 {
     RC_FILE = win\icon.rc
     CONFIG -= console

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to