All pastes #764399 Raw Edit

Anonymous

public text v1 · immutable
#764399 ·published 2007-11-07 04:34 UTC
rendered paste body
Index: mytharchive/mytharchive/mythburnwizard.cpp
===================================================================
--- mytharchive/mytharchive/mythburnwizard.cpp  (revision 14809)
+++ mytharchive/mytharchive/mythburnwizard.cpp  (working copy)
@@ -475,7 +475,7 @@
 
     // add recording button
     addrecording_button = getUITextButtonType("addrecording_button");
-    if (next_button)
+    if (addrecording_button)
     {
         addrecording_button->setText(tr("Add Recording"));
         connect(addrecording_button, SIGNAL(pushed()), this, SLOT(handleAddRecording()));