diff options
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/Item.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv/Item.hpp b/ganv/Item.hpp index ae4cbdf..e404369 100644 --- a/ganv/Item.hpp +++ b/ganv/Item.hpp @@ -41,8 +41,8 @@ public: GQuark wrapper_key = g_quark_from_string("ganvmm"); if (gobj && gobj->parent) { g_object_set_qdata(G_OBJECT(_gobj), wrapper_key, this); - g_signal_connect(G_OBJECT(_gobj), - "event", G_CALLBACK(on_item_event), this); + g_signal_connect( + G_OBJECT(_gobj), "event", G_CALLBACK(on_item_event), this); } } |