pidgin/plugins/gevolution/gevolution.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36773
62148e91059f
child 36935
5384600e613c
equal deleted inserted replaced
36933:3c12364588a6 36934:e7268aeb3b89
463 "Christian Hammond <chipx86@chipx86.com>", 463 "Christian Hammond <chipx86@chipx86.com>",
464 NULL 464 NULL
465 }; 465 };
466 466
467 return pidgin_plugin_info_new( 467 return pidgin_plugin_info_new(
468 "id", GEVOLUTION_PLUGIN_ID, 468 "id", GEVOLUTION_PLUGIN_ID,
469 "name", N_("Evolution Integration"), 469 "name", N_("Evolution Integration"),
470 "version", DISPLAY_VERSION, 470 "version", DISPLAY_VERSION,
471 "category", N_("Integration"), 471 "category", N_("Integration"),
472 "summary", N_("Provides integration with Evolution."), 472 "summary", N_("Provides integration with Evolution."),
473 "description", N_("Provides integration with Evolution."), 473 "description", N_("Provides integration with Evolution."),
474 "authors", authors, 474 "authors", authors,
475 "website", PURPLE_WEBSITE, 475 "website", PURPLE_WEBSITE,
476 "abi-version", PURPLE_ABI_VERSION, 476 "abi-version", PURPLE_ABI_VERSION,
477 "pidgin-config-frame", get_config_frame, 477 "pidgin-config-frame-cb", get_config_frame,
478 NULL 478 NULL
479 ); 479 );
480 } 480 }
481 481
482 static gboolean 482 static gboolean

mercurial