# HG changeset patch # User nadvornik # Date 1224320872 0 # Node ID e67636316f4ccb802ae45bbb87e281e01fc24636 # Parent 78007efd1140c397277715eadbdce5fb607b7863 fixed bar_exif separator diff -r 78007efd1140 -r e67636316f4c src/bar_exif.c --- a/src/bar_exif.c Sat Oct 18 08:40:32 2008 +0000 +++ b/src/bar_exif.c Sat Oct 18 09:07:52 2008 +0000 @@ -679,7 +679,7 @@ } eb->custom_sep = gtk_hseparator_new(); - gtk_table_attach(GTK_TABLE(table), eb->custom_sep, 0, 1, + gtk_table_attach(GTK_TABLE(table), eb->custom_sep, 0, 3, exif_len, exif_len + 1, GTK_FILL, GTK_FILL, 2, 2);