/[svn]/gigedit/trunk/src/paramedit.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/paramedit.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1158 by schoenebeck, Wed Apr 11 21:36:30 2007 UTC revision 1159 by persson, Fri Apr 13 17:57:26 2007 UTC
# Line 296  void ChoiceEntryLeverageCtrl::set_ptr(gi Line 296  void ChoiceEntryLeverageCtrl::set_ptr(gi
296    
297    
298  BoolEntry::BoolEntry(char* labelText) :  BoolEntry::BoolEntry(char* labelText) :
299      LabelWidget(labelText, checkbutton), ptr(NULL)      LabelWidget(labelText, checkbutton),
300        checkbutton(labelText),
301        ptr(0)
302  {  {
303      checkbutton.signal_toggled().connect(      checkbutton.signal_toggled().connect(
304          sigc::mem_fun(*this, &BoolEntry::value_changed));          sigc::mem_fun(*this, &BoolEntry::value_changed));

Legend:
Removed from v.1158  
changed lines
  Added in v.1159

  ViewVC Help
Powered by ViewVC