| 352 * don't use this for other applications. You can just not |
352 * don't use this for other applications. You can just not |
| 353 * specify a distid and libpurple will use a default. |
353 * specify a distid and libpurple will use a default. |
| 354 */ |
354 */ |
| 355 g_hash_table_insert(ui_info, "prpl-aim-distid", GINT_TO_POINTER(1550)); |
355 g_hash_table_insert(ui_info, "prpl-aim-distid", GINT_TO_POINTER(1550)); |
| 356 g_hash_table_insert(ui_info, "prpl-icq-distid", GINT_TO_POINTER(1550)); |
356 g_hash_table_insert(ui_info, "prpl-icq-distid", GINT_TO_POINTER(1550)); |
| |
357 |
| |
358 g_hash_table_insert(ui_info, "smiley-parser-escape", GINT_TO_POINTER(TRUE)); |
| 357 } |
359 } |
| 358 |
360 |
| 359 return ui_info; |
361 return ui_info; |
| 360 } |
362 } |
| 361 |
363 |