~ubuntu-branches/ubuntu/utopic/wxwidgets2.8/utopic-proposed

« back to all changes in this revision

Viewing changes to wxPython/src/mac/webkit_wrap.cpp

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2014-08-14 09:46:29 UTC
  • mfrom: (5.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20140814094629-f7obp82u1t6cydz7
Tags: 2.8.12.1+dfsg2-2ubuntu1
* Merge with Debian unstable (LP: #1356749), remaining changes:
  - Disable bp-menubar-fix.patch.
  - Disable disable_media_python.patch to add wx.media to python-wxgtk2.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
861
861
    Py_DECREF(old_str);
862
862
    Py_DECREF(value);
863
863
  } else {
864
 
    PyErr_Format(PyExc_RuntimeError, mesg);
 
864
    PyErr_Format(PyExc_RuntimeError, "%s", mesg);
865
865
  }
866
866
}
867
867