|
Line 0
Link Here
|
|
|
1 |
--- gio/giomm/dbussubtreevtable.cc.org 2012-12-15 22:36:44.000000000 -0800 |
| 2 |
+++ gio/giomm/dbussubtreevtable.cc 2012-12-15 22:37:03.000000000 -0800 |
| 3 |
@@ -117,7 +117,7 @@ static const GDBusInterfaceVTable* DBusS |
| 4 |
vtable->get_slot_dispatch(); |
| 5 |
|
| 6 |
try |
| 7 |
- { |
| 8 |
+ {{ |
| 9 |
const Gio::DBus::InterfaceVTable* vtable = |
| 10 |
(*the_slot)(Glib::wrap(connection, true), sender, object_path, |
| 11 |
interface_name, (node ? node : "")); |
| 12 |
@@ -125,7 +125,7 @@ static const GDBusInterfaceVTable* DBusS |
| 13 |
*out_user_data = const_cast<Gio::DBus::InterfaceVTable*>(vtable); |
| 14 |
|
| 15 |
return vtable->gobj(); |
| 16 |
- } |
| 17 |
+ }} |
| 18 |
catch(...) |
| 19 |
{ |
| 20 |
Glib::exception_handlers_invoke(); |