pidgin/libpidgin.c

changeset 35716
80bedd712883
parent 35710
c1361f7c382b
child 35718
83486b5d34ab
equal deleted inserted replaced
35715:2aa79f05247e 35716:80bedd712883
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

mercurial