r12776 - in packages/trunk/jugglemaster/debian: . patches

Helmut Grohne helmut-guest at alioth.debian.org
Thu Nov 3 17:01:19 UTC 2011


Author: helmut-guest
Date: 2011-11-03 17:01:18 +0000 (Thu, 03 Nov 2011)
New Revision: 12776

Modified:
   packages/trunk/jugglemaster/debian/changelog
   packages/trunk/jugglemaster/debian/patches/010_wx26_trans.patch
Log:
Fix "Error in patch 010_wx26_trans.patch" updated patch, thanks to Olly Betts (Closes: #645409)

Modified: packages/trunk/jugglemaster/debian/changelog
===================================================================
--- packages/trunk/jugglemaster/debian/changelog	2011-11-03 16:57:14 UTC (rev 12775)
+++ packages/trunk/jugglemaster/debian/changelog	2011-11-03 17:01:18 UTC (rev 12776)
@@ -3,8 +3,10 @@
   * Fix "[aajm] Broken pronoun "It" (JuggleMaster) in extended
     description" updated control, thanks to Filipus Klutiero (Closes: #630190)
   * Bumped Standards-Version to 3.9.2, no changes needed.
+  * Fix "Error in patch 010_wx26_trans.patch" updated patch, thanks to
+    Olly Betts (Closes: #645409)
 
- -- Helmut Grohne <helmut at subdivi.de>  Thu, 03 Nov 2011 17:39:23 +0100
+ -- Helmut Grohne <helmut at subdivi.de>  Thu, 03 Nov 2011 17:59:41 +0100
 
 jugglemaster (0.4-5) unstable; urgency=low
 

Modified: packages/trunk/jugglemaster/debian/patches/010_wx26_trans.patch
===================================================================
--- packages/trunk/jugglemaster/debian/patches/010_wx26_trans.patch	2011-11-03 16:57:14 UTC (rev 12775)
+++ packages/trunk/jugglemaster/debian/patches/010_wx26_trans.patch	2011-11-03 17:01:18 UTC (rev 12776)
@@ -383,12 +383,12 @@
  
  void JMFrame::setSiteSwap(wxString *newsite) {
 -  jmlib->setPattern("Something",(JML_CHAR *)(const char *)*newsite,HR_DEF, DR_DEF);
-+  jmlib->setPattern("Something",(JML_CHAR *)(const char *)*newsite->mb_str(wxConvUTF8),HR_DEF, DR_DEF);
++  jmlib->setPattern("Something",(JML_CHAR *)(const char *)newsite->mb_str(wxConvUTF8),HR_DEF, DR_DEF);
  }
  
  void JMFrame::setStyle(wxString *newstyle) {
 -  jmlib->setStyle((JML_CHAR *)(const char *)*newstyle);
-+  jmlib->setStyle((JML_CHAR *)(const char *)*newstyle->mb_str(wxConvUTF8));
++  jmlib->setStyle((JML_CHAR *)(const char *)newstyle->mb_str(wxConvUTF8));
  }
  
  void JMFrame::changeSiteSwap(wxCommandEvent& WXUNUSED(event))


Property changes on: packages/trunk/jugglemaster/debian/patches/010_wx26_trans.patch
___________________________________________________________________
Deleted: svn:executable
   - *




More information about the Pkg-games-commits mailing list