Mercurial > geeqie.yaz
comparison src/image.c @ 513:985fdfebd89e
Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
author | zas_ |
---|---|
date | Thu, 24 Apr 2008 12:47:09 +0000 |
parents | f9bf33be53ff |
children | 1d67ef911fa8 |
comparison
equal
deleted
inserted
replaced
512:f9bf33be53ff | 513:985fdfebd89e |
---|---|
1863 if (imd->has_frame) | 1863 if (imd->has_frame) |
1864 { | 1864 { |
1865 if (selectable) | 1865 if (selectable) |
1866 { | 1866 { |
1867 gtk_frame_set_shadow_type(GTK_FRAME(imd->frame), GTK_SHADOW_NONE); | 1867 gtk_frame_set_shadow_type(GTK_FRAME(imd->frame), GTK_SHADOW_NONE); |
1868 gtk_container_set_border_width(GTK_CONTAINER (imd->frame), 4); | 1868 gtk_container_set_border_width(GTK_CONTAINER(imd->frame), 4); |
1869 } | 1869 } |
1870 else | 1870 else |
1871 { | 1871 { |
1872 gtk_frame_set_shadow_type(GTK_FRAME(imd->frame), GTK_SHADOW_NONE); | 1872 gtk_frame_set_shadow_type(GTK_FRAME(imd->frame), GTK_SHADOW_NONE); |
1873 gtk_container_set_border_width(GTK_CONTAINER (imd->frame), 0); | 1873 gtk_container_set_border_width(GTK_CONTAINER(imd->frame), 0); |
1874 } | 1874 } |
1875 } | 1875 } |
1876 } | 1876 } |
1877 | 1877 |
1878 /* | 1878 /* |