]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Merge branch 'fix-entries' of https://github.com/nathansamson/diveclog
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2011 16:58:34 +0000 (09:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 4 Sep 2011 16:58:34 +0000 (09:58 -0700)
* 'fix-entries' of https://github.com/nathansamson/diveclog:
  Word wrap the info textview. Also do not show the scrollbars if not necessary.
  Change location to a text entry instead of text view.

.gitignore
save-xml.c

index 295ea6b17b04ac60ce1723a762551e5df889ce13..aeb949b3d83246d568ac4907e2c68c3b0893884b 100644 (file)
@@ -1,2 +1,2 @@
 *.o
-/parse
+/divelog
index 9e3640cad84d9cf99e92eabf6d6c1e5369d896d2..5c05723b71e1ebf5df39a0c9f977d6d0f6ccb6e5 100644 (file)
@@ -193,4 +193,5 @@ void save_dives(const char *filename)
        for (i = 0; i < dive_table.nr; i++)
                save_dive(f, get_dive(i));
        fprintf(f, "</dives>\n");
+       fclose(f);
 }