Author: post
Date: 2010-10-16 13:35:54 +0200 (Sat, 16 Oct 2010)
New Revision: 3556
Modified:
trunk/src/rs-tethered-shooting.c
Log:
Remember to re-init hbox before adding content.
Modified: trunk/src/rs-tethered-shooting.c
===================================================================
--- trunk/src/rs-tethered-shooting.c 2010-10-16 11:19:42 UTC (rev 3555)
+++ trunk/src/rs-tethered-shooting.c 2010-10-16 11:35:54 UTC (rev 3556)
@@ -1055,6 +1055,7 @@
t->interval_toggle_button = button;
gtk_box_pack_start(box, GTK_WIDGET(h_box), FALSE, FALSE, 3);
+ h_box = GTK_BOX(gtk_hbox_new (FALSE, 0));
label = gtk_label_new(_("Seconds between each shot:"));
gtk_box_pack_start(h_box, label, FALSE, FALSE, 4);
number_spin = gtk_spin_button_new_with_range(1.0, 24.0*60*60, 0.2);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit