added support for v4l2 (beta)

fixes to reloaded's glade files
fix reloaded connection launcher
This commit is contained in:
niels
2011-02-27 15:38:17 +01:00
parent adaacbc2b3
commit 2c31b5e1f1
17 changed files with 13016 additions and 18540 deletions

View File

@@ -325,7 +325,7 @@ gui_cell_renderer_spin_start_editing (GtkCellRenderer *cell,
spincell->upper,
spincell->step_inc,
spincell->page_inc,
spincell->page_size));
0));
gtk_spin_button_configure(GTK_SPIN_BUTTON(spinbutton), adj, spincell->climb_rate, spincell->digits);