Changeset 85
- Timestamp:
- 04/22/08 13:42:42
- Files:
-
- trunk/src/tmut-account-editor.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/tmut-account-editor.c
r84 r85 153 153 154 154 if (!first) 155 g_string_append (options_string, ", ");155 g_string_append_c (options_string, ','); 156 156 157 157 first = FALSE;
