pidgin/plugins/pidginrc.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36926
d2c0c68a9816
child 36935
5384600e613c
equal deleted inserted replaced
36933:3c12364588a6 36934:e7268aeb3b89
583 "Etan Reisner <deryni@pidgin.im>", 583 "Etan Reisner <deryni@pidgin.im>",
584 NULL 584 NULL
585 }; 585 };
586 586
587 return pidgin_plugin_info_new( 587 return pidgin_plugin_info_new(
588 "id", "purplerc", 588 "id", "purplerc",
589 "name", N_("Pidgin GTK+ Theme Control"), 589 "name", N_("Pidgin GTK+ Theme Control"),
590 "version", DISPLAY_VERSION, 590 "version", DISPLAY_VERSION,
591 "category", N_("Theming"), 591 "category", N_("Theming"),
592 "summary", N_("Provides access to commonly used gtkrc " 592 "summary", N_("Provides access to commonly used gtkrc "
593 "settings."), 593 "settings."),
594 "description", N_("Provides access to commonly used gtkrc " 594 "description", N_("Provides access to commonly used gtkrc "
595 "settings."), 595 "settings."),
596 "authors", authors, 596 "authors", authors,
597 "website", PURPLE_WEBSITE, 597 "website", PURPLE_WEBSITE,
598 "abi-version", PURPLE_ABI_VERSION, 598 "abi-version", PURPLE_ABI_VERSION,
599 "pidgin-config-frame", purplerc_get_config_frame, 599 "pidgin-config-frame-cb", purplerc_get_config_frame,
600 NULL 600 NULL
601 ); 601 );
602 } 602 }
603 603
604 static gboolean 604 static gboolean

mercurial