Hey<div><br></div><div>I am a newbie to ubuntu app  development. Was learning the tutorial of creating the first ubuntu app (John bacon's video) and got stuck somewhere in the middle. I am unable to bind a function to the button. I am getting warning message as </div>

<div><br></div><div><div>bin/firstapplication:72: RuntimeWarning: missing handler 'on_refreshButton_clicked'</div><div>  self.builder.connect_signals(self)</div></div><div><br></div><div><br></div><div>I want to bind my refresh button named as 'refreshButton' with this function </div>

<div><br></div><div><div>def on_refreshButton_clicked(self,widget):</div><div>         print "refresh"</div></div><div><br></div><div><br></div><div>when I run the code using quickly and press on the button I am getting the upper warning message. Searched the web for the same but I am unable to find a solution. Please help me out in this.</div>

<div><br></div><div><br></div><div>Thanks & Regards</div><div>Ankur Aggarwal</div><div><br></div>