52
52
static const DiaryLinkType link_types[] = {
53
53
/* Type, Name, Description, Icon, Columns, Format function, View function, Dialogue build function, Get values function */
54
54
/*{ "email", N_("E-mail"), N_("An e-mail you sent or received."), "mail-read", 2, &link_email_format_value, &link_email_view, &link_email_build_dialog, &link_email_get_values },*/
55
57
{ "file", N_("File"), N_("An attached file."), "system-file-manager", 1, &link_file_format_value, &link_file_view, &link_file_build_dialog, &link_file_get_values },
56
58
{ "picasa", N_("Picasa Album"), N_("A Picasa album on the Internet."), "insert-image", 2, &link_picasa_format_value, &link_picasa_view, &link_picasa_build_dialog, &link_picasa_get_values },
57
59
{ "uri", N_("URI"), N_("A URI of a file or web page."), "applications-internet", 1, &link_uri_format_value, &link_uri_view, &link_uri_build_dialog, &link_uri_get_values }