/[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 1138 by persson, Sat Mar 31 09:33:40 2007 UTC revision 1156 by schoenebeck, Wed Apr 11 21:36:30 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)      LabelWidget(labelText, checkbutton), ptr(NULL)
300  {  {
301      checkbutton.signal_toggled().connect(      checkbutton.signal_toggled().connect(
302          sigc::mem_fun(*this, &BoolEntry::value_changed));          sigc::mem_fun(*this, &BoolEntry::value_changed));

Legend:
Removed from v.1138  
changed lines
  Added in v.1156

  ViewVC Help
Powered by ViewVC