X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.c;h=c00da0bcc820919c0d4ab33298dbb1ce7b0988c1;hb=68b666f50ab93f10b4261223f1036e0c4a1ca1b8;hp=8967d3612436a8eaefe08acf8f8a49d5feb38dc5;hpb=2df6149080d81fa0aa1f999d9367f57206ae1b94;p=ext%2Fsubsurface.git diff --git a/divelist.c b/divelist.c index 8967d36..c00da0b 100644 --- a/divelist.c +++ b/divelist.c @@ -1,7 +1,7 @@ /* divelist.c */ -/* this creates the UI for the dive list - +/* this creates the UI for the dive list - * controlled through the following interfaces: - * + * * void flush_divelist(struct dive *dive) * GtkWidget dive_list_create(void) * void dive_list_update_dives(void) @@ -445,7 +445,7 @@ static GtkTreeViewColumn *divelist_column(struct DiveList *dl, int index, const gtk_cell_renderer_set_alignment(GTK_CELL_RENDERER(renderer), 1.0, 0.5); } gtk_tree_view_column_set_expand(col,expand); - if (expand) + if (expand) gtk_tree_view_column_set_min_width(col,50); gtk_tree_view_append_column(GTK_TREE_VIEW(dl->tree_view), col); return col;