comparison src/bar_exif.c @ 1068:e67636316f4c

fixed bar_exif separator
author nadvornik
date Sat, 18 Oct 2008 09:07:52 +0000
parents 78007efd1140
children aeae25d5d50d
comparison
equal deleted inserted replaced
1067:78007efd1140 1068:e67636316f4c
677 &eb->keys[i]); 677 &eb->keys[i]);
678 g_free(text); 678 g_free(text);
679 } 679 }
680 680
681 eb->custom_sep = gtk_hseparator_new(); 681 eb->custom_sep = gtk_hseparator_new();
682 gtk_table_attach(GTK_TABLE(table), eb->custom_sep, 0, 1, 682 gtk_table_attach(GTK_TABLE(table), eb->custom_sep, 0, 3,
683 exif_len, exif_len + 1, 683 exif_len, exif_len + 1,
684 GTK_FILL, GTK_FILL, 2, 2); 684 GTK_FILL, GTK_FILL, 2, 2);
685 685
686 for (i = 0; i < EXIF_BAR_CUSTOM_COUNT; i++) 686 for (i = 0; i < EXIF_BAR_CUSTOM_COUNT; i++)
687 { 687 {