commit | 641465e99fb7224a39cd32c26251e931a6e09bce | [log] [tgz] |
---|---|---|
author | Norman James <nkskjames@gmail.com> | Mon Nov 09 11:06:05 2015 -0600 |
committer | Norman James <nkskjames@gmail.com> | Mon Nov 09 11:06:05 2015 -0600 |
tree | b2ada5a9b83f21942cb6583712ecfb6e95b8c716 | |
parent | d98932a9495657bae38f4a0e146c1e1fd200630b [diff] |
change interface for sim button press
diff --git a/objects/button_power_obj.c b/objects/button_power_obj.c index f436fde..94f8922 100644 --- a/objects/button_power_obj.c +++ b/objects/button_power_obj.c
@@ -106,7 +106,7 @@ G_CALLBACK (on_is_on), NULL); /* user_data */ g_signal_connect (button, - "handle-sim-button-press", + "handle-sim-press", G_CALLBACK (on_button_press), NULL); /* user_data */