Tasks
-
Normal
Bug report
#30
seekbar misses 10 seconds
0.3 Resolved and closed
2009-08-27 16:13:52
Anonymous user
@deleted_account

@deleted_account
The seekbar doesn't cover the whole song duration: the last ten seconds cannot be accessed through it.
2009-08-27 16:37:53
Anonymous user
@deleted_account

@deleted_account
This should solve it:
diff -Nur -x '*.orig' -x '*~' bluemindo-1.3/data/glade/mainwindow.glade bluemindo-0.3.new/data/glade/mainwindow.glade --- bluemindo-0.3/data/glade/mainwindow.glade 2009-08-27 15:15:04.000000000 +0200 +++ bluemindo-0.3.new/data/glade/mainwindow.glade 2009-08-27 15:31:21.000000000 +0200 @@ -763,7 +763,7 @@ <property name="width_request">300</property> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="adjustment">0 0 100 1 10 0</property> + <property name="adjustment">0 0 100 1 0 0</property> <property name="draw_value">False</property> <property name="value_pos">GTK_POS_RIGHT</property> </widget>
2009-08-29 12:12:58
This bug was fixed by the commit r120.
2009-08-29 12:13:29
- Status changed to Resolved
- Assign to erwanb
2009-08-29 12:14:43
- Milestone changed to 0.4
Add an attachement
Post to this thread
This bug has been resolved.
This bug report has been closed by a developer.
Being resolved or rejected, this report has been closed by a developer, thus you may not need to add an answer.