istereo2

diff libs/goatkit/widget.cc @ 15:7bd4264bf74a

gui done?
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 30 Sep 2015 04:41:21 +0300
parents 018f997dc646
children
line diff
     1.1 --- a/libs/goatkit/widget.cc	Tue Sep 29 01:11:54 2015 +0300
     1.2 +++ b/libs/goatkit/widget.cc	Wed Sep 30 04:41:21 2015 +0300
     1.3 @@ -161,7 +161,7 @@
     1.4  
     1.5  long Widget::get_active_transition() const
     1.6  {
     1.7 -	widget->active.get_transition_duration();
     1.8 +	return widget->active.get_transition_duration();
     1.9  }
    1.10  
    1.11  void Widget::press()