Changeset 86
- Timestamp:
- 04/22/08 13:43:23
- Files:
-
- trunk/src/tmut-account-editor.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/tmut-account-editor.c
r85 r86 144 144 const gchar *value = tny_pair_get_value (pair); 145 145 146 if (!first) 147 g_string_append_c (options_string, ','); 148 146 149 g_string_append (options_string, 147 150 tny_pair_get_name (pair)); … … 151 154 g_string_append (options_string, value); 152 155 } 153 154 if (!first)155 g_string_append_c (options_string, ',');156 156 157 157 first = FALSE;
