Changeset 2320
- Timestamp:
- 11/26/07 00:59:28 (14 months ago)
- Files:
-
- 2 modified
-
tags/deluge-0.5.6.96/src/deluge_core.cpp (modified) (1 diff)
-
trunk/src/deluge_core.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/deluge-0.5.6.96/src/deluge_core.cpp
r2317 r2320 1807 1807 } 1808 1808 } 1809 catch ( libtorrent::invalid_handle&) {}1809 catch (...) {} 1810 1810 Py_INCREF(Py_None); return Py_None; 1811 1811 } -
trunk/src/deluge_core.cpp
r2317 r2320 1807 1807 } 1808 1808 } 1809 catch ( libtorrent::invalid_handle&) {}1809 catch (...) {} 1810 1810 Py_INCREF(Py_None); return Py_None; 1811 1811 }
